Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created November 21, 2015 22:18
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 FROGGS/4e2ce3d1f3f93bd49f46 to your computer and use it in GitHub Desktop.
Save FROGGS/4e2ce3d1f3f93bd49f46 to your computer and use it in GitHub Desktop.
~/dev/rakudo/src$ RAKUDO_ERROR_COLOR= PANDA_SUBMIT_TESTREPORTS=1 panda install Readline
==> Fetching Readline
==> Building Readline
==> Testing Readline
t/01-load.t .. ok
Potential difficulties:
To pass an array, hash or sub to a function in Perl 6, just pass it as is.
For other uses of Perl 5's ref operator consider binding with ::= instead.
Parenthesize as \(...) if you intended a capture of a single variable.
at /home/froggs/dev/rakudo/src/.panda-work/1448144188_1/t/02-base.t:43
------> my ( $offset, $p-offset ) = ( 0, \⏏$src-offset );
t/02-base.t .. ok
All tests successful.
Files=2, Tests=18, 34 wallclock secs ( 0.02 usr 0.01 sys + 34.21 cusr 0.25 csys = 34.49 CPU)
Result: PASS
==> Installing Readline
Copying blib/lib/Readline.pm to /home/froggs/dev/nqp/install/share/perl6/site/lib/Readline.pm
==> Successfully installed Readline
==> Test report is duplicate of: http://testers.perl6.org/reports/85173.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment