Dave Rolsky wrote:
> 1.09    2004-04-07
> 
> - Fixed a bug in the test suite that led to timegm not getting tested
> properly, and timelocal getting tested twice for the same values.
> 
testing on Win32 produces a lot of warnings

[sample below]

Use of uninitialized value in integer addition (+) at
F:\perl_modules\Time-Local-1.09\blib\lib/Time/
Local.pm line 67.
t\Local....ok 101/102Use of uninitialized value in integer addition (+) at
F:\perl_modules\Time-Loca
l-1.09\blib\lib/Time/Local.pm line 76.
Use of uninitialized value in integer multiplication (*) at
F:\perl_modules\Time-Local-1.09\blib\lib
/Time/Local.pm line 76.
Use of uninitialized value in integer multiplication (*) at
F:\perl_modules\Time-Local-1.09\blib\lib
/Time/Local.pm line 76.
Use of uninitialized value in pack at
F:\perl_modules\Time-Local-1.09\blib\lib/Time/Local.pm line 67
.
Use of uninitialized value in pack at
F:\perl_modules\Time-Local-1.09\blib\lib/Time/Local.pm line 67
.
Use of uninitialized value in integer addition (+) at
F:\perl_modules\Time-Local-1.09\blib\lib/Time/
Local.pm line 67.
t\Local....ok
All tests successful.
Files=1, Tests=102,  0 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

Tested on HPUX produces none at all
$ make
cp lib/Time/Local.pm blib/lib/Time/Local.pm
Manifying blib/man3/Time::Local.3
$ make test
        PERL_DL_NONLAZY=1 /app/perl5.8.0/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Local....ok

All tests successful.
Files=1, Tests=102,  1 wallclock secs ( 0.27 cusr +  0.04 csys =  0.31 CPU)

Hope this helps

Ron Hill

Reply via email to