Any ideas as to what the problem is??
Not all tests passed for nmake test when installing DateTime.pm. There were no issues
with nmake. I have Perl 5.8 with VC++ 5 (latest service pack) Please message below:
D:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib',
'blib\arch')" t\00load.t t\01sanity.t t\02last_day.t t\03components.t t\04epoch.t
t\05set.t t\06add.t t\07compare.t t\09greg.t t\10subtract.t t\11duration.t t\12week.t
t\13strftime.t t\14locale.t t\15jd.t t\16truncate.t t\17set_return.t t\18today.t
t\19leap_second.t t\20infinite.t t\21bad_params.t t\22from_doy.t t\23storable.t
t\24from_object.t t\25add_subtract.t t\26dt_leapsecond_pm.t
t\00load................ok
t\01sanity..............ok
t\02last_day............ok
t\03components..........ok
t\04epoch...............ok
4/32 skipped: Negative epoch times do not work on some operating systems,
including Win32
t\05set.................ok
t\06add.................ok
t\07compare.............ok
t\09greg................ok
t\10subtract............ok
t\11duration............ok
t\12week................ok
t\13strftime............ok
t\14locale..............ok
t\15jd..................ok
t\16truncate............ok
t\17set_return..........ok
t\18today...............ok
t\19leap_second.........ok
t\20infinite............dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 12-13
Failed 2/39 tests, 94.87% okay
t\21bad_params..........ok
t\22from_doy............ok
t\23storable............ok
t\24from_object.........ok
t\25add_subtract........ok
t\26dt_leapsecond_pm....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\20infinite.t 2 512 39 2 5.13% 12-13
4 subtests skipped.
# this may take a minute...
# New locale: de
# New locale: it
# Failed test (t\20infinite.t at line 61)
# got: '-2147483648'
# expected: '2147483648'
# Failed test (t\20infinite.t at line 61)
# got: '-2147483646'
# expected: '2147483648'
# Looks like you failed 2 tests of 39.
Failed 1/26 test scripts, 96.15% okay. 2/1494 subtests failed, 99.87% oka
NMAKE : fatal error U1077: 'D:\Perl\bin\perl.exe' : return code '0xff'
Stop.