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

Changes for version 0.005001 - 2015-12-29

  • Fix for potentially stale Request objects attached to cached Results
    • A Request may have the same 'location =>' as the cached Result's '->request' object but different tags or other data.
    • Cache->retrieve will now reattach the supplied Request to the returned cached Result.
  • Find->iter($count) now behaves like Forecast->iter($count)
  • Round off reported rain/snow totals for hourly report blocks; the precision returned by OpenWeatherMap is a bit ludicrous
  • Improve corrupted cache checks
  • Test suite fixes and cleanups

Modules

Interface to the OpenWeatherMap API
Cache manager for OpenWeatherMap results
Internal and API error objects
Weather lookup request superclass
Weather lookup result superclass
Weather conditions result
Location search result
A Role for weather forecast items
Weather report for a single day
Weather report for a 3hr block

Provides

in lib/Weather/OpenWeatherMap/Test.pm
in lib/Weather/OpenWeatherMap/Units.pm