Changeset 2579
- Timestamp:
- 06/16/08 04:24:33 (17 months ago)
- Location:
- branches/release-40
- Files:
-
- 1 removed
- 2 modified
-
extlib/Text (deleted)
-
lib/MT/App/Wizard.pm (modified) (1 diff)
-
mt-check.cgi.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/lib/MT/App/Wizard.pm
r2402 r2579 195 195 link => 'http://search.cpan.org/dist/Digest-MD5', 196 196 label => 'This module is used by the Markdown text filter.', 197 }, 198 'Text::Balanced' => { 199 link => 'http://search.cpan.org/dist/Text-Balanced', 200 label => 'This module is required in mt-search.cgi if you are running Movable Type on Perl older than Perl 5.8.', 197 201 }, 198 202 }, -
branches/release-40/mt-check.cgi.pre
r2402 r2579 345 345 [ 'Safe', 0, 0, translate('This module is used in test attribute of MTIf conditional tag.')], 346 346 [ 'Digest::MD5', 0, 0, translate('This module is used by the Markdown text filter.')], 347 [ 'Text::Balanced', 0, 0, translate('This module is required in mt-search.cgi if you are running Movable Type on Perl older than Perl 5.8.') ], 347 348 ); 348 349
