From 394af10e83829015e60292eaf77058b4ce79c921 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 9 Apr 2012 18:19:51 +0200 Subject: [PATCH] Build.PL: Require Term::ANSIColor 2.01 for colorstrip(). --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, ); -- 2.43.2