Skip Menu |

This queue is for tickets about the as CPAN distribution.

Report information
The Basics
Id: 132077
Status: resolved
Priority: 0/
Queue: as

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

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



Subject: Can't locate object method "new" via package "Bar"
On some of my smoker systems the basic test fails: ... # Failed test at t/01basic.t line 58. # got: undef # expected: 'Bar' Can't locate object method "new" via package "Bar" at t/01basic.t line 67. # Looks like your test exited with 255 just after 12. t/01basic.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 25/36 subtests ... Probably this happens if a module named Bar.pm is actually installed.