Subject: | Weather::Underground stopped working |
OS: Linux
Errors/Warnings: none
Code: perl -MData::Dumper -MWeather::Underground -le '$x = new Weather::Underground(place => "Bloomington, Indiana"); print Dumper $x->get_weather();'
The above code worked up until a few days ago. I think the Weather Underground may have updated their site and the screen scraping in this module broke. Not sure though, haven't looked into the problem too much.
This module rocks, it'd be a shame if www.wunderground.com became a moving target that is impossible to interface with via Perl.