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

Changes for version 1.0

  • Empty tags are handled like they should be. This should make it easier to implement <references /> & <ref name="previous" /> (fixes rt.cpan.org #25386).
  • Disable HTML inside <pre> tags, as with <nowiki> tags (fixes rt.cpan.org #25417)
  • Angle backets (<>) around URIs are ignored as per Mediawiki 1.12's observed behavior.
  • Use "vars" pragma instead of "our" for Perl 5.005.
  • Check for undefined values in the extended_link_delimiters field and warn but ignore when found (fixes rt.cpan.org #26879).
  • Use uri_escape_utf8 unless charset is set to something other than utf-8 in the options hash (fixes rt.cpan.org #26880).
  • Documentation fixes.

Modules

Translate Wiki markup into other text formats
blocktypes for Text::MediawikiFormat

Provides

in lib/Text/MediawikiFormat/Blocks.pm