Changes for version 0.20 - 2008-11-19
- The retry limit was reached whether or not the mediawiki api.php returned valid data. Oops. That's what I get for not testing new features properly.
- Now returns the response object as part of the MediaWiki::API object in case the user wants direct access to data returned by the mediawiki api.php such as cookies etc.
- Now the API doesn't try and encode undefined parameters sent to the API, which was causing the Encode module to spit out warnings.
- Small improvement to documentation including the new features.
- Thanks to Dan Collins and Dan Bolser for bug reports and feedback.
Modules
Provides a Perl interface to the MediaWiki API (http://www.mediawiki.org/wiki/API)