- ERROR: Class::Accessor is not installed - ERROR: Roman is not installed * Optional prerequisite Test::Pod::Coverage is not installed * Optional prerequisite Test::Pod is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'Acme-Roman' version '0.0.2.11' Copying lib/Acme/Roman.pm -> blib/lib/Acme/Roman.pm Manifying blib/lib/Acme/Roman.pm -> blib/libdoc/Acme::Roman.3 HTMLifying blib/lib/Acme/Roman.pm -> blib/libhtml/site/lib/Acme/Roman.html t/01_use.........1..1 # Failed test (t/01_use.t at line 4) # Tried to use 'Acme::Roman'. # Error: Base class package "Class::Accessor" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Roman/blib/lib/Acme/Roman.pm line 12 # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Roman/blib/lib/Acme/Roman.pm line 12. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Acme::Roman; Use of uninitialized value in concatenation (.) or string at t/01_use.t line 6. # Testing Acme::Roman # Looks like you failed 1 tests of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/02_objects.....# Failed test (t/02_objects.t at line 4) # Tried to require 'Acme::Roman'. # Error: Base class package "Class::Accessor" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Roman/blib/lib/Acme/Roman.pm line 12 # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Roman/blib/lib/Acme/Roman.pm line 12. # Compilation failed in require at (eval 1) line 2. Can't locate object method "new" via package "Acme::Roman" at t/02_objects.t line 7. not ok 1 - require Acme::Roman; 1..1 # Looks like you failed 1 tests of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03_autoload....# Failed test (t/03_autoload.t at line 4) # Tried to use 'Acme::Roman'. # Error: Base class package "Class::Accessor" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Roman/blib/lib/Acme/Roman.pm line 12 # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Acme-Roman/blib/lib/Acme/Roman.pm line 12. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Acme::Roman; # Failed test (t/03_autoload.t at line 6) not ok 2 - autoload was defined ok 3 # Failed test (t/03_autoload.t at line 9) # The object isn't a reference not ok 4 - The object isa Acme::Roman Argument "X" isn't numeric in abs at t/03_autoload.t line 10. # Failed test (t/03_autoload.t at line 10) not ok 5 # got: '0' # expected: '10' Argument "II" isn't numeric in addition (+) at t/03_autoload.t line 14. Argument "I" isn't numeric in addition (+) at t/03_autoload.t line 14. ok 6 # Failed test (t/03_autoload.t at line 14) not ok 7 # got: '0' # expected: '3' Argument "II" isn't numeric in addition (+) at t/03_autoload.t line 15. Argument "I" isn't numeric in addition (+) at t/03_autoload.t line 15. # Failed test (t/03_autoload.t at line 16) not ok 8 # got: '0' # expected: 'III' 1..8 # Looks like you failed 6 tests of 8. dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 1-2, 4-5, 7-8 Failed 6/8 tests, 25.00% okay t/99_pod.........1..0 # Skip Test::Pod 1.18 required for testing POD skipped all skipped: Test::Pod 1.18 required for testing POD Failed 3/4 test scripts, 25.00% okay. 8/10 subtests failed, 20.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/01_use.t 1 256 1 1 100.00% 1 t/02_objects.t 255 65280 1 1 100.00% 1 t/03_autoload.t 6 1536 8 6 75.00% 1-2 4-5 7-8 1 test skipped.