The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Change Log
^^^^^^^^^^

Version 0.15

Added internal cache for storm and methods to provide constant time
access of storms contained in the processed JSON.

public methods:
  Weather::NWS::TropicalCyclone::get_storm_by_id
  Weather::NWS::TropicalCyclone::get_storm_ids

internal methods:
 Weather::NWS::TropicalCyclone::_update_storm_cache

Version 0.14

Non-functional bump, added dependency to meta information for pkg

Version 0.13:

Added support for converting the forecast advisory into the ATCF
formatted forecast data format/file

Version 0.12:

Renamed fetch_forecastGraphics fetch_forecastGraphics_url in the
storm module, Weather::NHC::TropicalCyclone::Storm. Updated tests,
updated POD. Reorganized code for better readability.

Version 0.11:

- If no graphics are found, return empty array ref.

Version 0.10:

- Fixed a bug
- Added test dependencies to dist.ini

Version 0.06:

- Added fetch methods to Weather::NHC::TropicalCyclone for RSS feeds
activated during storms in the Atlantic basin, East Pacific basin, and
Central Pacific basins.

Versions 0.01-0.05:

- initial release