Changeset 216

Show
Ignore:
Timestamp:
08/01/03 16:01:54 (5 years ago)
Author:
kake
Message:

Require CGI::Wiki::Formatter::UseMod 0.06 for nested lists

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Build.PL

    r214 r216  
    195195        'CGI::Cookie' => 0, 
    196196        'CGI::Wiki' => '0.44', 
    197         'CGI::Wiki::Formatter::UseMod' => '0.04', # for correct FreeUpper 
     197        'CGI::Wiki::Formatter::UseMod' => '0.06', # for nested lists 
    198198        'CGI::Wiki::Plugin::Categoriser' => 0, 
    199199        'CGI::Wiki::Plugin::GeoCache' => 0, 
  • trunk/Changes

    r214 r216  
    22        Fixed bug with usernames containing spaces in recent changes/userstats. 
    33        Also try out create_makefile_pl => "passthrough" in Build.PL 
     4        Minor fixes to tests to make them work with newest UseMod formatter. 
    45 
    560.21    17 July 2003 
  • trunk/PREREQUISITES

    r213 r216  
    77CGI::Cookie 
    88CGI::Wiki (version 0.44 or later) 
    9 CGI::Wiki::Formatter::UseMod (version 0.04 or later) 
     9CGI::Wiki::Formatter::UseMod (version 0.06 or later) 
    1010CGI::Wiki::Plugin::Categoriser 
    1111CGI::Wiki::Plugin::GeoCache