On Fri, Jun 25, 2010 at 06:31:57AM +0000, Xi Yang wrote:
> 
> For example: "use parrot Foo::Bar", which would load parrot 
> library under Foo/Bar. However, this would be easy and useful 
> for rakudo, but would not for other possible Perl6 implementations.           
>                           
I think the syntax that we've settled on is

    use Foo::Bar:from<parrot>;

I even think this worked in Rakudo at one time, but I don't know
if that's still the case.  (We can certainly get it working again.)

Pm

Reply via email to