I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-03-12 13:36:13-08 by schnueck
Subroutine ... redefined at ...
Hi,

because I redefined 'timelocal' in Weather::Com::DateTime and 'direction_long' in Weather::Com::Wind, you might get 'Subroutine ... redefined at...' warnings if you enabled warnings for your program.

If you want to disable these warnings, just put a 'no warnings;' line below the 'use strict;' statements in each of the classes mentioned above.
I'll disable warnings for these two classes with the next release.

Thomas
Direct Responses: Write a response