]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - Build.PL
Fix --help, --version.
[blhc/blhc.git] / Build.PL
index 051de8449e356329649ca0d42f8bf7d0963a2297..9c733a6ba4109a2e54596d087dff8a7e111bc5de 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -34,8 +34,11 @@ my $build = Module::Build->new(
                             # Bundled with perl.
                             'Getopt::Long' => 0,
                             'Pod::Usage' => 0,
-                            'Term::ANSIColor' => 0,
+                            'Term::ANSIColor' => '2.01',
                             'Text::ParseWords' => 0,
                           },
+    configure_requires => {
+                            'Module::Build' => 0,
+                          },
 );
 $build->create_build_script;