Skip to content

Instantly share code, notes, and snippets.

@Tux
Created April 17, 2015 19:56
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 Tux/eb7cdda3079bcec5f8e7 to your computer and use it in GitHub Desktop.
Save Tux/eb7cdda3079bcec5f8e7 to your computer and use it in GitHub Desktop.
Panda under jvm
$ perl6 --version
This is perl6 version 2015.03-312-ga244887 built on JVM
$ panda install File::Temp Slang::Tuxic Inline::Perl5
===SORRY!===
Function X::Panda needs parens to avoid gobbling block
at /pro/3gl/CPAN/rakudobrew/jvm-nom/install/share/perl6/site/34:21
------> Panda { %failed{$x}.push($_) && say $_ }⏏ };
Missing block (apparently taken by 'X::Panda')
at /pro/3gl/CPAN/rakudobrew/jvm-nom/install/share/perl6/site/34:21
------> anda { %failed{$x}.push($_) && say $_ } ⏏};
Exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment