Changes for version 0.13 - 2005-07-08
- Documentation fix for GetEntries() to note that it will only every return 50 items no matter what mode is used. Added pointer to SyncItems(). SyncItems() documentation updated to add a pointer to the examples/friends-only script.
- Correct the version target in Makefile.PL so that the version shown in the README file is correctly updated.
- Added the Setprop_taglist() method to set tags in posts
- Updated examples/ljpost to include setting of tags
- Fixed how the SendRequest() handles the response from the server; it no longer blindly removes \r from the response. Whilst at the moment this is not an issue as the flat protocol is unlikely to contain \r, it could be an issue in the future.
- Fixed the test script test.pl to deal with a failure to create the object; correctly handles returning the right number of tests. Problem noted by STEPANOV
- Added support for http_proxy and HTTP_PROXY environment variables within the LJ::Simple object creation. The environment variables on only looked at iff the http variable is *not* given during the object creation. Problem noted by STEPANOV
Modules
A perl module to access LiveJournal via its flat protocol