Index: /branches/release-38/lib/MT/App/Wizard.pm
===================================================================
--- /branches/release-38/lib/MT/App/Wizard.pm (revision 1822)
+++ /branches/release-38/lib/MT/App/Wizard.pm (revision 2402)
@@ -191,4 +191,8 @@
                 link => 'http://search.cpan.org/dist/Safe',
                 label => 'This module is used in test attribute of MTIf conditional tag.',
+            },
+            'Digest::MD5' => {
+                link => 'http://search.cpan.org/dist/Digest-MD5',
+                label => 'This module is used by the Markdown text filter.',
             },
         },
Index: /branches/release-38/mt-check.cgi.pre
===================================================================
--- /branches/release-38/mt-check.cgi.pre (revision 2319)
+++ /branches/release-38/mt-check.cgi.pre (revision 2402)
@@ -343,4 +343,6 @@
     [ '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.')],
     [ 'Mail::Sendmail', 0, 0, translate('Mail::Sendmail is required for sending mail via SMTP Server.')],
+    [ 'Safe', 0, 0, translate('This module is used in test attribute of MTIf conditional tag.')],
+    [ 'Digest::MD5', 0, 0, translate('This module is used by the Markdown text filter.')],
 );
 
