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.