Changeset 2402

Show
Ignore:
Timestamp:
05/20/08 19:33:19 (18 months ago)
Author:
bchoate
Message:

Added Digest::MD5 to optional module requirements. BugId:79843

Location:
branches/release-38
Files:
2 modified

Legend:

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

    r1822 r2402  
    191191                link => 'http://search.cpan.org/dist/Safe', 
    192192                label => 'This module is used in test attribute of MTIf conditional tag.', 
     193            }, 
     194            'Digest::MD5' => { 
     195                link => 'http://search.cpan.org/dist/Digest-MD5', 
     196                label => 'This module is used by the Markdown text filter.', 
    193197            }, 
    194198        }, 
  • branches/release-38/mt-check.cgi.pre

    r2319 r2402  
    343343    [ 'Digest::SHA1', 0, 0, translate('Digest::SHA1 and its dependencies are required in order to allow commenters to be authenticated by OpenID providers including Vox and LiveJournal.')], 
    344344    [ 'Mail::Sendmail', 0, 0, translate('Mail::Sendmail is required for sending mail via SMTP Server.')], 
     345    [ 'Safe', 0, 0, translate('This module is used in test attribute of MTIf conditional tag.')], 
     346    [ 'Digest::MD5', 0, 0, translate('This module is used by the Markdown text filter.')], 
    345347); 
    346348