Bureaucrats, cc_docs_admin, cc_staff
2,314
edits
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
|result= | |result= | ||
<nowiki> | <nowiki> | ||
Terminal does not support AddHistory. | |||
cpan shell -- CPAN exploration and modules installation (v2.11) | |||
cpan> install | Enter 'h' for help. | ||
cpan[1]> install Chess | |||
... | ... | ||
Running install for module | Running install for module 'Chess' | ||
Fetching with LWP: | Fetching with LWP: | ||
http://www.cpan.org/authors/id/B/BJ/BJR/Chess-0.6.2.tar.gz | |||
Fetching with LWP: | Fetching with LWP: | ||
http://www.cpan.org/authors/id/B/BJ/BJR/CHECKSUMS | |||
... | Checksum for /home/stubbsda/.cpan/sources/authors/id/B/BJ/BJR/Chess-0.6.2.tar.gz ok | ||
Scanning cache /home/stubbsda/.cpan/build for sizes | |||
............................................................................DONE | |||
'YAML' not installed, will not store persistent state | |||
Configuring B/BJ/BJR/Chess-0.6.2.tar.gz with Makefile.PL | |||
Checking if your kit is complete... | Checking if your kit is complete... | ||
Looks good | Looks good | ||
... | |||
Running make for B/BJ/BJR/Chess-0.6.2.tar.gz | |||
... | ... | ||
Running make test | Running make test | ||
PERL_DL_NONLAZY=1 / | PERL_DL_NONLAZY=1 "/cvmfs/soft.computecanada.ca/nix/store/g8ds64pbnavscf7n754pjlx5cp1mkkv1-perl-5.22.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t | ||
t/ | t/bishop.t ......... ok | ||
t/ | t/board.t .......... ok | ||
t/checkmate.t ...... ok | |||
t/game.t ........... ok | |||
t/king.t ........... ok | |||
t/knight.t ......... ok | |||
t/movelist.t ....... ok | |||
t/movelistentry.t .. ok | |||
t/pawn.t ........... ok | |||
t/piece.t .......... ok | |||
t/queen.t .......... ok | |||
t/rook.t ........... ok | |||
t/stalemate.t ...... ok | |||
All tests successful. | All tests successful. | ||
Files= | Files=13, Tests=311, 3 wallclock secs ( 0.14 usr 0.05 sys + 2.49 cusr 0.20 csys = 2.88 CPU) | ||
Result: PASS | |||
... | ... | ||
Installing /home/stubbsda/perl5/man/man3/Chess::Piece::Knight.3 | |||
Installing /home/stubbsda/perl5/man/man3/Chess.3 | |||
Installing /home/stubbsda/perl5/man/man3/Chess::Piece::Bishop.3 | |||
Installing /home/stubbsda/perl5/man/man3/Chess::Board.3 | |||
Appending installation info to /home/stubbsda/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod | |||
BJR/Chess-0.6.2.tar.gz | |||
/cvmfs/soft.computecanada.ca/nix/var/nix/profiles/16.09/bin/make install -- OK | |||
cpan[2]> | |||
</nowiki> | </nowiki> | ||
}} | }} |