In addition to Games::Sudoku::General, you will get the following executable: sudokug -- an interactive interface to Games::Sudoku::General. Unless you are running MSWin32 or VMS (which are special-cased), I will assume you are running some version of U*ix, and behave accordingly. If you do not want this executable installed, rerun this script with the -n qualifier. Checking if your kit is complete... Looks good Writing Makefile for Games::Sudoku::General cp lib/Games/Sudoku/General.pm blib/lib/Games/Sudoku/General.pm cp bin/sudokug blib/script/sudokug /home/cpanrun/ia64/build/5.6.1/bin/perl -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/sudokug Manifying blib/man3/Games::Sudoku::General.3 Manifying blib/man1/sudokug.1 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/basic.............1..2 # # Test 1 - Load Games::Sudoku::General; # Failed to load Games::Sudoku::General not ok 1 # Failed test 1 in t/basic.t at line 16 # # Test 2 - Instantiate a Games::Sudoku::General object. ok 2 # Failed to load Games::Sudoku::General FAILED test 1 Failed 1/2 tests, 50.00% okay t/pod...............syntax error at t/pod.t line 12, near "plan skip_all" Execution of t/pod.t aborted due to compilation errors. dubious Test returned status 2 (wstat 512, 0x200) t/pod_coverage......syntax error at t/pod_coverage.t line 12, near "plan skip_all" Execution of t/pod_coverage.t aborted due to compilation errors. dubious Test returned status 2 (wstat 512, 0x200) t/sudoku............Can't locate List/Util.pm in @INC (@INC contains: blib/arch blib/lib /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/5.6.1 /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/5.6.1 /home/cpanrun/ia64/build/5.6.1/lib/site_perl/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/site_perl/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/ia64/build/5.6.1/lib/site_perl/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/ia64/build/5.6.1/lib/site_perl . /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/5.6.1 /home/cpanrun/ia64/build/5.6.1/lib/site_perl/5.6.1/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.6.1/lib/site_perl/5.6.1 /home/cpanrun/ia64/build/5.6.1/lib/site_perl .) at blib/lib/Games/Sudoku/General.pm line 488. BEGIN failed--compilation aborted at blib/lib/Games/Sudoku/General.pm line 488. Compilation failed in require at t/TestDriver.pm line 7. BEGIN failed--compilation aborted at t/TestDriver.pm line 7. Compilation failed in require at t/sudoku.t line 2. BEGIN failed--compilation aborted at t/sudoku.t line 2. dubious Test returned status 2 (wstat 512, 0x200) Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------------------- t/basic.t 2 1 50.00% 1 t/pod.t 2 512 ?? ?? % ?? t/pod_coverage.t 2 512 ?? ?? % ?? t/sudoku.t 2 512 ?? ?? % ?? Failed 4/4 test scripts, 0.00% okay. 1/2 subtests failed, 50.00% okay. make: *** [test_dynamic] Error 2