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
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.