Skip Menu |

This queue is for tickets about the Acme-MyFirstModule-ITCharlie CPAN distribution.

Report information
The Basics
Id: 105032
Status: open
Priority: 0/
Queue: Acme-MyFirstModule-ITCharlie

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On 2015-06-06 20:55:13, JKEENAN wrote: Show quoted text
> 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.
Acme::MyFirst::* is the namespace used by brian d foy's tutorial on writing CPAN modules, which was held in NYC today in lieu of the cancelled Mojoconf. http://blogs.perl.org/users/brian_d_foy/2015/05/become-a-cpan-author-at-miniconf-in-nyc-june-6.html