The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Weather-OpenWeatherMap

0.004001 2015-12-28

  - Fix orphaned cache items for Find & hourly Forecast results

  - Add support for returning multiple items at a time from a Forecast
    iterator

0.003001 2015-12-28

  - Add hourly (3-hr blocks) forecast support

  - Documentation fixes

0.002004 2015-09-18

  - use strictures 2 for saner fatal warnings behavior

  - use Test::File::ShareDir for Result tests

0.002003 2014-08-16

  - Fix Path object coercion in cache handler

0.002002 2014-05-17

  - Fix missing File::ShareDir dependency

0.002001 2014-05-16

  - Add support for OpenWeatherMap's 'find' interface

  - Caching-related optimizations

  - Use JSON::MaybeXS over JSON::Tiny (for the potential speed boost)

0.001005 2014-05-09

  - Cache-related fixes

0.001004 2014-05-08

  - Add support for caching results via Weather::OpenWeatherMap::Cache

0.001003 2014-05-03

  - Fix Result::Forecast::Day->wind_speed_kph to return a correctly converted
    value

  - Provide Storable's 'freeze' as a method (on Request & Result objects)

  - Expanded tests

0.001002 2014-04-23

  - POD & t/ fixes

0.001001 2014-04-20

  - Initial release