Changeset 216
Legend:
- Unmodified
- Added
- Removed
-
trunk/Build.PL
r214 r216 195 195 'CGI::Cookie' => 0, 196 196 'CGI::Wiki' => '0.44', 197 'CGI::Wiki::Formatter::UseMod' => '0.0 4', # for correct FreeUpper197 'CGI::Wiki::Formatter::UseMod' => '0.06', # for nested lists 198 198 'CGI::Wiki::Plugin::Categoriser' => 0, 199 199 'CGI::Wiki::Plugin::GeoCache' => 0, -
trunk/Changes
r214 r216 2 2 Fixed bug with usernames containing spaces in recent changes/userstats. 3 3 Also try out create_makefile_pl => "passthrough" in Build.PL 4 Minor fixes to tests to make them work with newest UseMod formatter. 4 5 5 6 0.21 17 July 2003 -
trunk/PREREQUISITES
r213 r216 7 7 CGI::Cookie 8 8 CGI::Wiki (version 0.44 or later) 9 CGI::Wiki::Formatter::UseMod (version 0.0 4or later)9 CGI::Wiki::Formatter::UseMod (version 0.06 or later) 10 10 CGI::Wiki::Plugin::Categoriser 11 11 CGI::Wiki::Plugin::GeoCache
