The Geo::WeatherNWS module is used to get the latest METAR encoded observations from the National Weather Service and decode them to a perl-friendly format. The jump to version 1.01 was made because I decided to lock the interface down from the 0.23 version. There are also some minor bug fixes in the remarks section.

The documentation on how to use the module is available via perldoc.

Requirements
        POSIX
        Net::FTP

Install this module in the normal way:

        perl Makefile.PL
        make
        make test
        make install
Todo