Weather-Com - Subroutine ... redefined at ...

Posted on Sat Mar 12 15:36:13 2005 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
Write a response