On Wed, 22 Oct 2003, Jost Krieger wrote: > t/date......................# Failed test 3 in lib/Test/Utils.pm at line 38 > # Failed test 4 in lib/Test/Utils.pm at line 38 fail #2 > FAILED tests 3-4 > Failed 2/7 tests, 71.43% okay > t/date_manip................# Failed test 1 in t/date_manip.t at line 51 > # t/date_manip.t line 51 is: ok(0); > # Failed test 2 in lib/Test/Utils.pm at line 38 > # Failed test 3 in lib/Test/Utils.pm at line 38 fail #2 > # Failed test 4 in t/date_manip.t at line 116 > # t/date_manip.t line 116 is: ok(0); > FAILED tests 1-4 > Failed 4/4 tests, 0.00% okay
Thanks for the test report. It looks like a problem with your date modules. Can you send me the test report generated by TEST_VERBOSE, as well as any "*.std*" files generated by the tests in t/temp? make realclean perl Makefile.PL make test TEST_VERBOSE=1 >test_report 2>&1 tar cvfz test_files.tar.gz test_report t/temp/*.std* Thanks, David
