The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.35 - 2010-08-29

  • The module now is a little bit more intelligent about utf-8 strings. If you have the "use utf8" pragma set in your code and pass utf-8 strings in the query, you no longer need to set the skip_encoding config option. The option is only needed if you are passing utf-8 strings but the utf-8 flag is not set on the strings. Note that this may not work correctly if the version of URI module is less than 1.36, and in that case you may well need to specify skip_encoding still (The module does contains a workaround however for older URI versions).

Modules

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