Revision history for Perl module Weather-OpenWeatherMap
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