Subject: | Module not passing tests |
Two points:
1. It's not clear what this module is intended to do. Even an Acme::* module should do something before it's uploaded to CPAN.
2. Module fails 'make test'. My results:
#####
$ make test
PERL_DL_NONLAZY=1 "/home/jkeenan/perl5/perlbrew/perls/perl-5.20.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ....... 1/? Bailout called. Further testing stopped:
# Failed test 'use Acme::MyFirstModule::ITCharlie;'
# at t/00-load.t line 10.
# Tried to use 'Acme::MyFirstModule::ITCharlie'.
# Error: delete argument is not a HASH or ARRAY element or slice at /home/jkeenan/Downloads/Acme-MyFirstModule-ITCharlie-0.02/blib/lib/Acme/MyFirstModule/ITCharlie.pm line 35.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $Acme::MyFirstModule::ITCharlie::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Looks like you failed 1 test of 1.
# Looks like your test exited with 255 just after 1.
FAILED--Further testing stopped.
make: *** [test_dynamic] Error 255
#####
Thank you very much.
Jim Keenan