Changeset 2579

Show
Ignore:
Timestamp:
06/16/08 04:24:33 (20 months ago)
Author:
fumiakiy
Message:

Removing Text::Balanced from extlib; the module depends on another XS module. Added Text::Balanced to mt-check for Perl 5.6.1 users. BugId:80080

Location:
branches/release-40
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/lib/MT/App/Wizard.pm

    r2402 r2579  
    195195                link => 'http://search.cpan.org/dist/Digest-MD5', 
    196196                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.', 
    197201            }, 
    198202        }, 
  • branches/release-40/mt-check.cgi.pre

    r2402 r2579  
    345345    [ 'Safe', 0, 0, translate('This module is used in test attribute of MTIf conditional tag.')], 
    346346    [ '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.') ], 
    347348); 
    348349