Created
September 2, 2012 08:36
-
-
Save LunaBorowska/3595918 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
glitchmr@strawberry ~/g/panda> perl6 rebootstrap.pl | |
==> Bootstrapping Panda | |
==> Fetching File::Tools | |
==> Building File::Tools | |
Compiling lib/File/Find.pm | |
Compiling lib/Shell/Command.pm | |
==> Testing File::Tools | |
t/01-file-find.t ...... ok | |
t/02-shell-command.t .. ok | |
All tests successful. | |
Files=2, Tests=9, 3 wallclock secs ( 0.02 usr 0.01 sys + 1.88 cusr 0.18 csys = 2.09 CPU) | |
Result: PASS | |
==> Installing File::Tools | |
==> Succesfully installed File::Tools | |
==> Fetching JSON::Tiny | |
==> Building JSON::Tiny | |
Compiling lib/JSON/Tiny/Actions.pm | |
Compiling lib/JSON/Tiny/Grammar.pm | |
Compiling lib/JSON/Tiny.pm | |
==> Testing JSON::Tiny | |
t/01-parse.t ...... ok | |
t/02-structure.t .. ok | |
t/03-unicode.t .... ok | |
t/04-roundtrip.t .. ok | |
All tests successful. | |
Files=4, Tests=118, 7 wallclock secs ( 0.05 usr 0.02 sys + 6.72 cusr 0.55 csys = 7.34 CPU) | |
Result: PASS | |
==> Installing JSON::Tiny | |
==> Succesfully installed JSON::Tiny | |
==> Fetching Test::Mock | |
==> Building Test::Mock | |
Compiling lib/Test/Mock.pm | |
Obsolete use of | or \ with sigil on param $c | |
==> Testing Test::Mock | |
t/returning.t .. ok | |
t/synopsis.t ... ok | |
t/with.t ....... ok | |
All tests successful. | |
Files=3, Tests=13, 3 wallclock secs ( 0.04 usr 0.00 sys + 2.32 cusr 0.33 csys = 2.69 CPU) | |
Result: PASS | |
==> Installing Test::Mock | |
==> Succesfully installed Test::Mock | |
==> Fetching panda | |
==> Building panda | |
Compiling lib/Pies.pm | |
Compiling lib/Panda/Ecosystem.pm | |
Compiling lib/Panda/Common.pm | |
Compiling lib/Panda/Resources.pm | |
Compiling lib/Panda/Fetcher.pm | |
Compiling lib/Panda/Builder.pm | |
Compiling lib/Panda/Tester.pm | |
Compiling lib/Panda/Installer.pm | |
Compiling lib/Panda.pm | |
==> Testing panda | |
t/panda/builder.t .... ok | |
t/panda/common.t ..... ok | |
t/panda/ecosystem.t .. ok | |
t/panda/fetcher.t .... fatal: repository 't/' does not exist | |
t/panda/fetcher.t .... ok | |
t/panda/installer.t .. ok | |
t/panda/tester.t ..... ok | |
t/stubs.t ............ ok | |
All tests successful. | |
Files=7, Tests=48, 11 wallclock secs ( 0.06 usr 0.00 sys + 8.46 cusr 1.08 csys = 9.60 CPU) | |
Result: PASS | |
==> Installing panda | |
==> Succesfully installed panda | |
==> Reinstalling Net::IRC::Bot Grammar::Debugger | |
sh: 1: panda: not found | |
glitchmr@strawberry ~/g/panda> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment