to who it may concern,

using the time::local modul I found that the timelocal() function causes 8 error messages each time the function is used. If in the shebang the option -w is removed the error messages in the http server log stop.

The messages are:
Use of uninitialized value in integer addition (+) at F:/Perl/lib/Time/Local.pm line 76.\r, referer: [-snip-] Use of uninitialized value in integer multiplication (*) at F:/Perl/lib/Time/Local.pm line 76.\r, referer: [-snip-] Use of uninitialized value in integer multiplication (*) at F:/Perl/lib/Time/Local.pm line 76.\r, referer: [-snip-] Use of uninitialized value in pack at F:/Perl/lib/Time/Local.pm line 67.\r, referer: [-snap-] Use of uninitialized value in pack at F:/Perl/lib/Time/Local.pm line 67.\r, referer: [-snap-] Use of uninitialized value in integer addition (+) at F:/Perl/lib/Time/Local.pm line 68.\r, referer: [-snip-] Use of uninitialized value in integer addition (+) at F:/Perl/lib/Time/Local.pm line 69.\r, referer: [-snip-] Use of uninitialized value in integer addition (+) at F:/Perl/lib/Time/Local.pm line 67.\r, referer: [-snip-]

It should be easily fixed for the writer of the module.

My configuration:
Win XP Home, xampp for Windows 1.4.9 with ActivePerl 8.5.6.811.

Regards,
Ortwin

Reply via email to