From: Simon Ruderich Date: Mon, 9 Apr 2012 16:19:51 +0000 (+0200) Subject: Build.PL: Require Term::ANSIColor 2.01 for colorstrip(). X-Git-Tag: 0.01~27 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=394af10e83829015e60292eaf77058b4ce79c921 Build.PL: Require Term::ANSIColor 2.01 for colorstrip(). --- diff --git a/Build.PL b/Build.PL index 051de84..c5f6272 100644 --- 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, }, );