Index: /branches/release-40/lib/MT/App/Wizard.pm
===================================================================
--- /branches/release-40/lib/MT/App/Wizard.pm (revision 2402)
+++ /branches/release-40/lib/MT/App/Wizard.pm (revision 2579)
@@ -195,4 +195,8 @@
                 link => 'http://search.cpan.org/dist/Digest-MD5',
                 label => 'This module is used by the Markdown text filter.',
+            },
+            'Text::Balanced' => {
+                link => 'http://search.cpan.org/dist/Text-Balanced',
+                label => 'This module is required in mt-search.cgi if you are running Movable Type on Perl older than Perl 5.8.',
             },
         },
Index: /branches/release-40/mt-check.cgi.pre
===================================================================
--- /branches/release-40/mt-check.cgi.pre (revision 2402)
+++ /branches/release-40/mt-check.cgi.pre (revision 2579)
@@ -345,4 +345,5 @@
     [ '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.')],
+    [ '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.') ],
 );
 
