Checking if your kit is complete... Looks good Writing Makefile for Games::Euchre cp lib/Games/Euchre.pm blib/lib/Games/Euchre.pm cp lib/Games/Euchre/AI.pm blib/lib/Games/Euchre/AI.pm cp lib/Games/Euchre/Player.pm blib/lib/Games/Euchre/Player.pm cp lib/Games/Euchre/Trick.pm blib/lib/Games/Euchre/Trick.pm cp lib/Games/Euchre/AI/Human.pm blib/lib/Games/Euchre/AI/Human.pm cp lib/Games/Euchre/AI/Simple.pm blib/lib/Games/Euchre/AI/Simple.pm cp lib/Games/Euchre/Team.pm blib/lib/Games/Euchre/Team.pm cp scripts/euchre.pl blib/script/euchre.pl /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/euchre.pl Manifying blib/man3/Games::Euchre.3 Manifying blib/man3/Games::Euchre::AI.3 Manifying blib/man3/Games::Euchre::Player.3 Manifying blib/man3/Games::Euchre::Trick.3 Manifying blib/man3/Games::Euchre::Team.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 test.pl 1..4 not ok 1 - use Games::Euchre; # Failed test (test.pl at line 6) # Tried to use 'Games::Euchre'. # Error: Can't locate Scalar/Util.pm in @INC (@INC contains: blib/arch blib/lib /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IA64.ARCHREV_0-thread-multi-64all /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl .) at blib/lib/Games/Euchre/Player.pm line 18. # Games::Euchre::Player::BEGIN() called at Scalar/Util.pm line 18 # eval {...} called at Scalar/Util.pm line 18 # require Games/Euchre/Player.pm called at blib/lib/Games/Euchre.pm line 52 # Games::Euchre::BEGIN() called at Scalar/Util.pm line 18 # eval {...} called at Scalar/Util.pm line 18 # require Games/Euchre.pm called at (eval 1) line 2 # eval 'package main; # require Games::Euchre; # \'Games::Euchre\'->import(@imports); # # ;' called at /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/Test/More.pm line 685 # Test::More::use_ok('Games::Euchre') called at test.pl line 6 # BEGIN failed--compilation aborted at blib/lib/Games/Euchre/Player.pm line 18. # require Games/Euchre/Player.pm called at blib/lib/Games/Euchre.pm line 52 # Games::Euchre::BEGIN() called at blib/lib/Games/Euchre/Player.pm line 18 # eval {...} called at blib/lib/Games/Euchre/Player.pm line 18 # require Games/Euchre.pm called at (eval 1) line 2 # eval 'package main; # require Games::Euchre; # \'Games::Euchre\'->import(@imports); # # ;' called at /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/Test/More.pm line 685 # Test::More::use_ok('Games::Euchre') called at test.pl line 6 # Compilation failed in require at blib/lib/Games/Euchre.pm line 52. # Games::Euchre::BEGIN() called at blib/lib/Games/Euchre/Player.pm line 52 # eval {...} called at blib/lib/Games/Euchre/Player.pm line 52 # require Games/Euchre.pm called at (eval 1) line 2 # eval 'package main; # require Games::Euchre; # \'Games::Euchre\'->import(@imports); # # ;' called at /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/Test/More.pm line 685 # Test::More::use_ok('Games::Euchre') called at test.pl line 6 # BEGIN failed--compilation aborted at blib/lib/Games/Euchre.pm line 52. # require Games/Euchre.pm called at (eval 1) line 2 # eval 'package main; # require Games::Euchre; # \'Games::Euchre\'->import(@imports); # # ;' called at /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/Test/More.pm line 685 # Test::More::use_ok('Games::Euchre') called at test.pl line 6 # Compilation failed in require at (eval 1) line 2. # eval 'package main; # require Games::Euchre; # \'Games::Euchre\'->import(@imports); # # ;' called at /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/Test/More.pm line 685 # Test::More::use_ok('Games::Euchre') called at test.pl line 6 ok 2 - use Games::Euchre::AI; ok 3 - use Games::Euchre::AI::Human; ok 4 - use Games::Euchre::AI::Simple; # Looks like you failed 1 tests of 4. make: *** [test_dynamic] Error 1