Skip Menu |

This queue is for tickets about the SQL-Statement CPAN distribution.

Report information
The Basics
Id: 81925
Status: resolved
Priority: 0/
Queue: SQL-Statement

People
Owner: Nobody in particular
Requestors: sferencik [...] gmail.com
Cc:
AdminCc:

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



Subject: Test::More 0.62 insufficient
Hi, I'm still on Perl 5.8.8, and as such have Test::More 0.62 only. The following tests are then failing: t/00error.t 255 65280 ?? ?? % ?? t/01prepare.t 255 65280 ?? ?? % ?? t/02execute.t 255 65280 ?? ?? % ?? t/03import.t 255 65280 ?? ?? % ?? t/04idents.t 255 65280 ?? ?? % ?? t/05simple.t 255 65280 ?? ?? % ?? t/06virtual.t 255 65280 ?? ?? % ?? t/08join.t 255 65280 ?? ?? % ?? because Test::More 0.62 cannot do done_testing() yet, so they appear not to have a plan. http://perldoc.perl.org/5.8.8/Test/More.html I've now upgraded to Test::More 0.98, but it may be a good idea to specify the required version of Test::More in your tests to help diagnose the issue. Thanks, Sam
This is solved in 1.402_001 - thanks for reporting.
From: Sam Ferencik
I'm sorry, I specified the wrong version when creating this ticket. I actually encountered this in 1.402_001. Having said that, I may have overlooked a warning when running Makefile.PL (I think missing dependencies are only warnable) so maybe I *was* indeed told to use Test::More of a higher version than 0.62. Sorry if this was a false alarm. Thanks, Sam
See ChangeLog of ExtUtils::MakeMaker (6.63_03): Misc * Change 'Note' to 'Warning' when libraries aren't found since people often fail to realise that this is the cause of a build failure. You're not the only one. Maybe (when it it possible), let cpan(m) toolchain help you or use some kind of platform independent packaging system to get new versions without conflicting with your system installation.
Delivered with 1.402