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
(2)
]
