Created
November 19, 2011 15:16
-
-
Save tadzik/1378946 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
┌─[tadzik@yavin4]─[~/src/perl/panda] (master)* | |
└─[%]─> time perl6 bin/panda install Acme::Meow | |
Use of uninitialized value in string context | |
==> Fetching Acme::Meow | |
==> Building Acme::Meow | |
==> Testing Acme::Meow | |
t/00-load.t .. ok | |
t/01-fun.t ... ok | |
All tests successful. | |
Files=2, Tests=3, 14 wallclock secs ( 0.03 usr 0.00 sys + 13.48 cusr 0.41 csys = 13.92 CPU) | |
Result: PASS | |
==> Installing Acme::Meow | |
==> Succesfully installed Acme::Meow | |
perl6 bin/panda install Acme::Meow 46.86s user 1.25s system 96% cpu 49.630 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment