Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 39948
Status: resolved
Priority: 0/
Queue: CPANPLUS

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

Bug Information
Severity: Important
Broken in: 0.85_04
Fixed in: (no value)



Subject: Test warnings in 0.85_04.
I installed CPANPLUS 0.85_04 and got a pile of test warnings. t/031_CPANPLUS-Internals-Source-SQLite........no_plan takes no arguments at t/031_CPANPLUS-Internals-Source-SQLite.t line 10. ok t/032_CPANPLUS-Internals-Source-via-sqlite....no_plan takes no arguments at /Users/schwern/.cpanplus/5.8.8/build/CPANPLUS-0.85_04/t/03_CPANPLUS-Internals-Source.t line 10. ok t/03_CPANPLUS-Internals-Source................no_plan takes no arguments at t/03_CPANPLUS-Internals-Source.t line 10. ok That's a new warning in Test::More 0.81_02. "use Test::More no_plan => 1" is not valid. It's just "use Test::More 'no_plan'" No such accessor 'mk_aliases' at /Users/schwern/.cpanplus/5.8.8/build/CPANPLUS-0.85_04/t/../lib/CPANPLUS/Internals/Source.pm line 464 Some missing Object::Accessor version? I have 0.32. I think you need 0.34. t/19_CPANPLUS-Dist............................Use of uninitialized value in join or string at /usr/local/perl/5.8.8/lib/darwin-thread-multi-2level/File/Spec/Unix.pm line 82. ok Dunno.
Thanks for the report, which actually contained 3 seperate warnings we should address :) All of them are tackled now, and i've upgraded to test::more 0.81_02 just to be sure. Thanks again for the keen eye.