The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.07    4 August 2003
        Added t/lists.t to MANIFEST, whoops.
        Made a small tweak to overcome bug in Text::WikiFormat 0.7 - will
          take it out when that's fixed.

0.06    1 August 2003
        Changes for compatibility with Text::WikiFormat 0.7 - we now have
        nested lists!

0.05    17 July 2003

        **** INCOMPATIBLE CHANGE ****

        URL munging is *not* now performed by default.  You need to pass
        a "munge_urls" parameter to ->new in order for this to happen.

        **** RELATED NOTE FOR PEOPLE WITH OPENGUIDES INSTALLS ****

        Do *not* install this version of CGI::Wiki::Formatter::UseMod
        unless you are using OpenGuides version 0.21 or later.

0.04    14 May 2003
        ->node_name_to_node_param method now takes notice of the
        force_ucfirst_nodes attribute.

0.03    28 April 2003
        Subs in macros are now called with up to nine arguments.  I know this
        is a bit arbitrary, but I now need it to support two arguments and I
        might as well allow a few more while I'm at it.

0.02    5 April 2003
        Macros can now substitute the output of subs as well as plain strings.

0.01    3 March 2003
        Initial release.