On Fri, Sep 19, 2008 at 10:45:30PM -0700, Ilya Belikin wrote: > # New Ticket Created by Ilya Belikin > # Please include the string: [perl #59104] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59104 > > > > Hi, > I compile parrot r31282 and November do not export sub from modules on > pir (in r31264 the same situation): > > Example: > > Foo/Bar.pm: > > sub bar ($a) is export { say $a; }
Correct, Rakudo doesn't implement "is export" as of yet. It's one of those features that we need in place so that we can begin writing builtins in Perl 6 instead of PIR, so it should happen soon. Pm