X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=Build.PL;h=c5f62725d876d943bf71c908acac248ed72cdc07;hp=3edcfb80e32f44c9a37c8cff307828e020f5ff0d;hb=a52acd9e66420a1004742f04d23d82094187eb02;hpb=cdecc177aceddaba33f6414081f9f9137933a846 diff --git a/Build.PL b/Build.PL index 3edcfb8..c5f6272 100644 --- a/Build.PL +++ b/Build.PL @@ -34,7 +34,8 @@ my $build = Module::Build->new( # Bundled with perl. 'Getopt::Long' => 0, 'Pod::Usage' => 0, - 'Term::ANSIColor' => 0, + 'Term::ANSIColor' => '2.01', + 'Text::ParseWords' => 0, }, ); $build->create_build_script;