Revision history for WWW-Netflix-API
0.05 2008-10-21
* added examples/catalog.pl -- pulls entire catalog down to catalog.xml.
* added examples/search.pl -- uses the catalog api to search for a term.
* added examples/catalog2db.pl -- converts catalog.xml to a SQLite database.
* changed the content-related attributes/behavior. Now is much more memory
efficient. _set_content() takes and stored a scalar ref, so large
(for example the catalog index) content is copied around. Also, the
content_filter isn't used until the first invocation of content(),
at which point the results are cached in the _filtered_content attribute.
* t/attributes.t updated accordingly.
* updated EXAMPLES pod.
* updated ATTRIBUTES pod.
* added t/rest2sugar.t to MANIFEST
0.04 2008-10-15
* added some extra error handling in RequestAccess() method. (thanks to report from laral4)
* fixed examples/login.pl typo.
* misc pod fixes.
* Improved the EXAMPLES pod section.
* Added the TEST SUITE pod section, including documenting the ENV vars.
0.03 2008-10-10
* POD fix: s/submit/Get/
0.02 2008-10-09
* New tests (including queue management test):
t/api-errors.t
t/attributes.t
t/queue.t
* clean skip of tests is XML::Simple is not installed.
* examples/ directory.
* increased coverage stats.
* replaced LWP::Simple w/LWP::UserAgent for status on error.
* renamed xml_filter to content_filter.
* content arributes are now: content, original_content, content_error.
* new internal method _set_content().
* replaced submit() with Get(), Post(), and Delete().
* additional POD updates/fixes.
0.01 2008-10-07
* Initial release.