I'm trying to get Data-FormValidator-4.61 running on my Mac running 10.4.11 and perl 5.8.6.
This module is needed by something else I'm trying to install, so I would prefer to have the untaint feature available in case the other software needs it.
I'm getting these messages:
t/untaint................................ok 1/55
# Failed test at ./t/untaint.pl line 166.
t/untaint................................NOK 10/55
t/untaint................................NOK 17/55# Failed test 'email one is not tainted'
# at ./t/untaint.pl line 181.
t/untaint................................NOK 44/55# Failed test 'email1 should be untainted'
# at ./t/untaint.pl line 248.
t/untaint................................NOK 46/55# Failed test 'email2 should be untainted'
# at ./t/untaint.pl line 250.
t/untaint................................NOK 53/55# Failed test 'email1 should be untainted'
# at ./t/untaint.pl line 260.
t/untaint................................NOK 55/55# Failed test 'email2 should be untainted'
# at ./t/untaint.pl line 262.
# Looks like you failed 6 tests of 55.
t/untaint................................FAILED tests 10, 17, 44, 46, 53, 55
Failed 6/55 tests, 89.09% okay
t/upload.................................ok 1/0# Adding CGI::Simple tests
# testing with CGI.pm version: 3.10
# testing with CGI::Simple version: 1.106
# Running tests with CGI
t/upload.................................ok 22/0# Running tests with CGI::Simple
t/upload.................................ok
t/upload_closure.........................ok 1/0# testing with CGI.pm version: 3.10
t/upload_closure.........................ok
t/upload_mime_types......................ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/untaint.t 55 6 10 17 44 46 53 55
Failed 1/61 test scripts. 6/614 subtests failed.
Files=61, Tests=614, 10 wallclock secs ( 7.42 cusr + 1.83 csys = 9.25 CPU)
Failed 1/61 test programs. 6/614 subtests failed.
MARKSTOS/Data-FormValidator-4.61.tar.gz
./Build test -- NOT OK
Any help would be appreciated. |