timelocal error messages

2005-01-24 Thread the.noonings
Hello, Can someone confirm that the timelocal module is having problems in ActiveState perl, v5.8.6 built for MSWin32-x86-multi-thread, build 811? The test script is below. There seem to be a lot of error messages. #!/usr/bin/perl -w use Time::Local qw(timelocal); use strict; my $year = "105

[Fwd: timelocal error messages]

2005-01-24 Thread the.noonings
b/Time/Local.pm line 69. Use of uninitialized value in integer addition (+) at C:/perl/lib/Time/Local.pm line 67. epoch_seconds is 1105036728 Original Message ---- Subject: timelocal error messages Date: Mon, 24 Jan 2005 17:03:42 -0500 From: the.noonings <[EMAIL PR

Re: [Fwd: timelocal error messages]

2005-01-24 Thread Dave Rolsky
On Mon, 24 Jan 2005, the.noonings wrote: I forgot to include the error messages from the test. They are pasted below. Note that $VERSION= '1.07'; works just fine, but $VERSION= '1.10'; does NOT work, and gives these error messages: Actually, it does work, those are warnings, not error me