> t/upload.................................# Skipping CGI::Simple Tests > # testing with CGI.pm version: 2.752 > # Running tests with # CGI > # Failed test (t/upload.t at line 143) > Use of uninitialized value in numeric gt (>) at t/upload.t line 154. > # Failed test (t/upload.t at line 154) > t/upload.t: imgsize test failed at > /home/david/cpantesting/perl-5.6.2/.cpan/build/Data-FormValidator-4.50/blib/lib/Data/FormValidator/Constraints/Upload.pm > line 168. > t/upload.t: imgsize test failed at > /home/david/cpantesting/perl-5.6.2/.cpan/build/Data-FormValidator-4.50/blib/lib/Data/FormValidator/Constraints/Upload.pm > line 168. > # Failed test (t/upload.t at line 184) > Can't use an undefined value as a HASH reference at t/upload.t line 187. > # Looks like you planned 25 tests but only ran 12. > # Looks like your test died just after 12.
These were cause by CGI.pm being too old. I don't require a specific version, because it's optional... I just test it if you have it it. Perhaps the solution to make the test conditional on the version to pass, or at least die with a better explanation. Thanks for the report. Mark
