Subject: | Need for more recent CGI prereq? |
Mac OS X 10.5.8 with perl v5.8.8
failing tests from attempted install:
# testing with CGI.pm version: 3.15
CGI open of tmpfile: No such file or directory
# Looks like your test exited with 2 just after 2.
t/upload................................. Dubious, test returned 2 (wstat 512, 0x200)
All 2 subtests passed
t/upload_closure.........................1/? # testing with CGI.pm version: 3.15
CGI open of tmpfile: No such file or directory
# Looks like your test exited with 2 just after 2.
t/upload_closure......................... Dubious, test returned 2 (wstat 512, 0x200)
All 2 subtests passed
Output of same tests after CGI.pm update:
# testing with CGI.pm version: 3.47
# Running tests with CGI
t/upload.................................ok
t/upload_closure.........................1/? # testing with CGI.pm version: 3.47
Does this mean a version of CGI.pm that is newer than 3.15 should be a prereq for
Data::FormValidator or is there a problem with these tests?