On Thu Feb 26 04:37:42 2009, masak wrote:
> $ cat A.pm
> module A;
> 
> sub foo is export {
> }
> $ perl6 -e 'use A; foo'
> Could not find non-existent sub foo
> [...]
> 
> I may have misunderstood how to use the 'is export' feature, but the
> above doesn't work, and that surprises me. What should I do?

You should try it again, because it works on latest Rakudo (because
import as well as export is implemented). :-)

Thanks,

Jonathan

Reply via email to