[perl #63226] [BUG] globals in !UNIT_START set up too late, or statements executed too early

2010-07-27 Thread Will Coleda via RT
On Fri Feb 13 20:46:31 2009, ch...@chrisdolan.net wrote: If you include statements in the body of a package, class, etc. declaration, those are executed at :load time which happens before :main. So, globals like @*ARGS which are set up in ! UNIT_START from :main are not yet established.

[perl #63226] [BUG] globals in !UNIT_START set up too late, or statements executed too early

2010-07-27 Thread Will Coleda via RT
On Tue Jul 27 18:07:28 2010, coke wrote: On Fri Feb 13 20:46:31 2009, ch...@chrisdolan.net wrote: If you include statements in the body of a package, class, etc. declaration, those are executed at :load time which happens before :main. So, globals like @*ARGS which are set up in !

[perl #63226] [BUG] globals in !UNIT_START set up too late, or statements executed too early

2009-02-15 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #63226] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63226 If you include statements in the body of a package, class, etc. declaration, those