]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Build.PL: Require Term::ANSIColor 2.01 for colorstrip().
authorSimon Ruderich <simon@ruderich.org>
Mon, 9 Apr 2012 16:19:51 +0000 (18:19 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 9 Apr 2012 16:19:51 +0000 (18:19 +0200)
Build.PL

index 051de8449e356329649ca0d42f8bf7d0963a2297..c5f62725d876d943bf71c908acac248ed72cdc07 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -34,7 +34,7 @@ my $build = Module::Build->new(
                             # Bundled with perl.
                             'Getopt::Long' => 0,
                             'Pod::Usage' => 0,
-                            'Term::ANSIColor' => 0,
+                            'Term::ANSIColor' => '2.01',
                             'Text::ParseWords' => 0,
                           },
 );