Skip to content

Instantly share code, notes, and snippets.

@colomon
Created May 7, 2014 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/f181213518aeb5cdacd0 to your computer and use it in GitHub Desktop.
Save colomon/f181213518aeb5cdacd0 to your computer and use it in GitHub Desktop.
smoker@melissa:~$ perl6 -v
This is perl6 version 2014.04-193-gebca0e8 built on MoarVM version 2014.04-57-g61f9cdb
smoker@melissa:~$ perl6
> use File::Find;
> find(:dir("temp"))
IO::Path<temp/projects.json> IO::Path<temp/frip.pl>
>
smoker@melissa:~$ panda install File::Find
==> Fetching File::Find
==> Building File::Find
Compiling lib/File/Find.pm to mbc
==> Testing File::Find
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=10, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.36 cusr 0.02 csys = 1.40 CPU)
Result: PASS
==> Installing File::Find
Copying blib/lib/File/Find.pm to /home/smoker/.rakudobrew/moar-HEAD/install/languages/perl6/site/lib/File/Find.pm
Copying blib/lib/File/Find.moarvm to /home/smoker/.rakudobrew/moar-HEAD/install/languages/perl6/site/lib/File/Find.moarvm
==> Successfully installed File::Find
Invalid opcode executed (corrupt bytecode stream?) opcode 4352
smoker@melissa:~$ panda install File::Find
===SORRY!===
Missing or wrong version of dependency 'lib/File/Find.pm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment