The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension WWW::TypePad

0.2000 Wed Jul 28 14:19:25 PDT 2010
       - Changed the API method mapping scheme to match with other language bindings (miyagawa, matkins)
       - Auto generating POD documents using the mapping-methods.json (miyagawa)
       - Support PUT and DELETE methods for properties (miyagawa)
       - You can now specify TypePad API endpoint hostnames, for internal development (miyagawa)
       - Added missing upload_media_asset function (paololim)
       - Forces anonymous requests to use HTTP (paololim)

0.1000 Fri Apr 16 14:08:13 PDT 2010
       - Upped Net::OAuth::Simple prereq (antoine)
       - Improved error handling (btrott)
       - Improved support for uploading files (btrott)
       - Allows the caller to override the UserAgent (btrott)
       - Removed links array for oauth (btrott)
       - Fixed a conflicting key in the auth req (yannk)

0.009_01 Fri Mar 12 17:55:03 JST 2010
        - original version