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
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
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:
>
# 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