The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.38 - 2012-05-29

  • Allow the actions the API supports with an http GET request to be configurable. MediaWiki::API->{config}->{get_actions} defaults to { 'query' => 1, 'logout' => 1, purge' => 1, 'paraminfo' => 1 } but can be added to/ammended as needed for any extensions that add additional functions to the API that support a GET request.
  • Make the version of Test::More required to be 0.98 to avoid an issue with older versions missing functionality (eg. on centos 5.x).

Modules

Provides a Perl interface to the MediaWiki API (http://www.mediawiki.org/wiki/API)