Re: [perl #65046] [BUG] external class names are not parsed properly when precompiling

2009-04-26 Thread Patrick R. Michaud
On Fri, Apr 24, 2009 at 09:01:41AM -0400, Jeff Horwitz wrote: >> In order to get the above to work you'd need a "use Foo;" statement >> somewhere first, to load the Foo class (and register it in the parser). > > ok, makes sense. it worked before, so i thought something was broken. > turns out it

Re: [perl #65046] [BUG] external class names are not parsed properly when precompiling

2009-04-24 Thread Jeff Horwitz
On Fri, 24 Apr 2009, Patrick R. Michaud via RT wrote: On Thu, Apr 23, 2009 at 09:33:37AM -0700, Jeff Horwitz wrote: The result is that Foo.new() becomes: $P20 = "Foo"() $P21 = "!dispatch_method"($P20, "new") with the out-of-place "Foo"() failing miserably. The offending code can be

Re: [perl #65046] [BUG] external class names are not parsed properly when precompiling

2009-04-24 Thread Patrick R. Michaud
On Thu, Apr 23, 2009 at 09:33:37AM -0700, Jeff Horwitz wrote: > The result is that Foo.new() becomes: > > $P20 = "Foo"() > $P21 = "!dispatch_method"($P20, "new") > > with the out-of-place "Foo"() failing miserably. The offending code can > be easily reproduced using the pir target: >

[perl #65046] [BUG] external class names are not parsed properly when precompiling

2009-04-24 Thread via RT
# New Ticket Created by Jeff Horwitz # Please include the string: [perl #65046] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65046 > Jonathan asked that I submit this as a reminder to him. mod_perl6 is written in Perl 6