Skip to content

Instantly share code, notes, and snippets.

@Siddhant
Created February 11, 2012 23:35
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 Siddhant/1805099 to your computer and use it in GitHub Desktop.
Save Siddhant/1805099 to your computer and use it in GitHub Desktop.
panda installed !
siddhant@siddhant-laptop:~/panda$ sh ./bootstrap.sh
use of uninitialized value of type Command in string context
==> Installing panda from a local directory '.'
==> panda depends on File::Tools, JSON::Tiny, Test::Mock
==> Fetching File::Tools
==> Building File::Tools
==> Testing File::Tools
t/01-file-find.t ...... ok
t/02-shell-command.t .. ok
All tests successful.
Files=2, Tests=9, 20 wallclock secs ( 0.04 usr 0.01 sys + 16.84 cusr 0.34 csys = 17.23 CPU)
Result: PASS
==> Installing File::Tools
==> Succesfully installed File::Tools
==> Fetching JSON::Tiny
==> Building JSON::Tiny
==> 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=114, 50 wallclock secs ( 0.09 usr 0.01 sys + 42.99 cusr 0.79 csys = 43.88 CPU)
Result: PASS
==> Installing JSON::Tiny
==> Succesfully installed JSON::Tiny
==> Fetching Test::Mock
==> Building Test::Mock
==> Testing Test::Mock
t/returning.t .. ok
t/synopsis.t ... ok
t/with.t ....... ok
All tests successful.
Files=3, Tests=13, 27 wallclock secs ( 0.04 usr 0.02 sys + 24.14 cusr 0.54 csys = 24.74 CPU)
Result: PASS
==> Installing Test::Mock
==> Succesfully installed Test::Mock
==> Fetching panda
==> Building panda
==> Testing panda
t/panda/builder.t .... ok
t/panda/ecosystem.t .. ok
t/panda/fetcher.t .... fatal: failed to open '/home/siddhant/.panda/src/panda/t//objects': No such file or directory
t/panda/fetcher.t .... ok
t/panda/installer.t .. ok
t/panda/tester.t ..... ok
t/stubs.t ............ ok
All tests successful.
Files=6, Tests=43, 108 wallclock secs ( 0.06 usr 0.02 sys + 93.96 cusr 1.67 csys = 95.71 CPU)
Result: PASS
==> Installing panda
==> Succesfully installed panda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment