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?
We haven't implemented the import side of 'is export' yet, but that should be coming very soon. Pm