Perl Interface To WordPress XMLRPC Calls

I tried out the WordPress module by Sebastian Enger to post to wordpress blogs.

The module is missing a lot of things- it won’t pass tests, and it’s lacking in options- all it does is post. I am writing a set of tools/packages for interacting with a wordpress blog.

I have isolated all relevant the xmlrpc calls for the wordpress application in this module, WordPress::XMLRPC. This module can be used standalone. WordPress::XMLRPC lets you post, download, query, etc etc. I think people familiar with WordPress will be very happy to have a perl interface to the xmlrpc calls (I am!).

WordPress::XMLRPC