Subject: | Warnings for redefining subroutines |
When I use DateTime::Format::MySQL under mod_perl with PerlWarn On, I get the following displayed:
Subroutine DateTime::Format::MySQL::new redefined at /usr/local/share/perl/5.8.0/DateTime/Format/Builder.pm line 73.
Subroutine DateTime::Format::MySQL::parse_datetime redefined at /usr/local/share/perl/5.8.0/DateTime/Format/Builder.pm line 80.
This could be suppressed by turning redefine warnings off in DateTime::Format::Builder as per the patch
Apologies if I'm wrong here, this is the first time I've submitted a bug report.
Keep up the fantastic work!
Simon N
----
perl -v => 5.8.0
uname -a => Linux quigon.nomis52.net 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown
58a59
> no warnings 'redefine' ;