Skip Menu |

This queue is for tickets about the Module-New CPAN distribution.

Report information
The Basics
Id: 100464
Status: resolved
Priority: 0/
Queue: Module-New

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

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



Subject: Fails if Software::License::CCpack is installed
As per subject. At the moment I cannot point to a sample fail report because cpantesters does not show them, so I have only private fail reports. The diagnostics look like this: # Failed test 'use Module::New::License;' # at /home/sand/src/perl/repoperls/installed-perls/perl/v5.21.5-552-g754cffb/9980/lib/site_perl/5.21.6/Test/UseAllModules.pm line 71. # Tried to use 'Module::New::License'. # Error: Can't locate object method "meta_name" via package "Software::License::CCpack" at lib/Module/New/License.pm line 37. # BEGIN failed--compilation aborted at /home/sand/src/perl/repoperls/installed-perls/perl/v5.21.5-552-g754cffb/9980/lib/site_perl/5.21.6/Test/UseAllModules.pm line 71. Bailout called. Further testing stopped: failed: Module::New::License FAILED--Further testing stopped: failed: Module::New::License HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
Thanks for the report. Fixed with https://github.com/charsbar/module-new/commit/889219f0c3670dc274cfcfd8dcb3f8685aab6b14 and shipped 0.12. On Thu Nov 20 12:07:42 2014, ANDK wrote: Show quoted text
> As per subject. At the moment I cannot point to a sample fail report > because cpantesters does not show them, so I have only private fail > reports. The diagnostics look like this: > > # Failed test 'use Module::New::License;' > # at /home/sand/src/perl/repoperls/installed-perls/perl/v5.21.5-552- > g754cffb/9980/lib/site_perl/5.21.6/Test/UseAllModules.pm line 71. > # Tried to use 'Module::New::License'. > # Error: Can't locate object method "meta_name" via package > "Software::License::CCpack" at lib/Module/New/License.pm line 37. > # BEGIN failed--compilation aborted at > /home/sand/src/perl/repoperls/installed-perls/perl/v5.21.5-552- > g754cffb/9980/lib/site_perl/5.21.6/Test/UseAllModules.pm line 71. > Bailout called. Further testing stopped: failed: > Module::New::License > FAILED--Further testing stopped: failed: Module::New::License > > > HTH&&Thanks, > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)