Changes to Flickr::API
0.10, 2008-09-29
* Work correctly with latest XML::Parser::Lite::Tree (now requires 0.06)
* Added patch from Flavio Poletti to allow custom api & auth urls
1.01, 2008-09-30
* incorrectly numbered the previous release. gah
* updated tests to work when the flickr api isn't hit-able
1.02, 2009-07-31
* license update for fedora
1.03, 2009-08-23
* fix for perl5.6 - when HTTP::Message->decoded_content() comes back empty,
use content() instead.
1.04, 2009-08-25
* re-fix for perl5.6 - just require a newer version of HTTP::Message which supports
mime-decoding instead.
1.05, 2012-09-12
* Updated Flickr API urls from http://www.flickr.com/services/ to http://api.flickr.com/services/.
1.06, 2013-05-11
* Added `lwpobj` argument, to allow using subclasses of LWP::UserAgent
1.07, 2013-05-23
* Added flag to enable handling of native Unicode strings
1.08, 2013-06-19
* Various cleanup from Gabor Szabo