[perl #63086] [BUG] can't declare class after deeper-namespace class declared

2009-02-08 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #63086] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63086 > Consider the following two files: --- Foo/Bar/Baz.pm --- class Foo::Bar::Baz { } --- Fo

Re: [perl #63086] [BUG] can't declare class after deeper-namespace class declared

2009-02-07 Thread Chris Dolan
Ahh, It looks like my report below is a duplicate of [perl #62898] Rakudo can't handle A declared after A::B was declared in an included module Sorry about that... Chris On Feb 7, 2009, at 4:10 PM, perl6 via RT wrote: Consider the following two files: --- Foo/Bar/Baz.pm --- class Foo::Ba