On Tue Mar 23 00:09:02 2010, moritz wrote:
> Consider these files:
>
> # JSON/Tiny.pm
> module JSON::Tiny;
> use JSON::Tiny::Grammar;
>
> # JSON/Tiny/Grammar.pm
> class JSON::Tiny::Grammar { };
>
>
> $ perl6 JSON/Tiny.pm
> Can't handle scope declarator on modules yet
> current instr.: 'perl6;P
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #73760]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=73760 >
Consider these files:
# JSON/Tiny.pm
module JSON::Tiny;
use JSON::Tiny::Grammar;
# JSON