Subject: | Use of uninitialized value in string |
This module is outputting the following warning:
Use of uninitialized value in string at
/usr/local/perl5.8.6/lib/site_perl/5.8.6/Geo/WeatherNWS.pm line 455
Seems like it would be easy enough to check for undef and skip string
interpolation if the variable is undef.