The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
$Header: /cvsroot/weather::underground/Weather/Underground/Changes,v 1.12 2003/10/31 05:14:44 mina Exp $

Revision history for Perl extension Weather::Underground.

2.11  Fixed both single and multi-location matches.  Guts completely re-written for easier logic
      using HTML::TokeParser instead of the previous quickie nightmarish regex approach

		Returned "celsius" and "fahrenheit" keys renamed to "temperature_celsius" and
		"temperature_fahrenheit" - old keys still returned for compatability

		Several new keys are now being returned: "wind", "pressure", "windchill_celsius",
		"windchill_fahrenheit"

2.10	Fixed single-location match, thanks to Daniel Cergatti for the IRC /msg :)

2.09	Fixed multi-location match, thanks to Rabin Vincent's submitted code.

2.08	Fixed multi-location match, thanks to Frederic TYNDIUK's submitted code.

2.07	Fixed single-location match, thanks to Mike Irwin's submitted patch

2.06	More changes to properly parse some single-location results.

2.05	A change I implemented in 2.04 was broken in multi-location match, sometimes causing the name
      of the place returned to be a large chunk of garbage HTML. This was fixed.

2.04	WeatherUnderground website made a change again, changed regex to understand it

2.03	WeatherUnderground website made a change in the HTML for single-listing preventing this module from
      correctly parsing the needed info. This has been fixed.

2.02	Renamed all references from celcius to celsius (including function names and hash key names)

2.01	Fixed the _debug() method generating a warning when perl is called with the -w switch

2.00	Initial public release after much beta testing consuming much 1.* versioning