X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Build.PL;h=f229a0fabb72af2c2cd5a2f223e6d259f22c3002;hb=c210cea572fd379f569260fcfee0fb85d56800ec;hp=d49b069b71f0992ea871497d2c1f3b4d67f88a21;hpb=cf83d58fd04f141f4552050b285e2fbfc8189bcb;p=blhc%2Fblhc.git diff --git a/Build.PL b/Build.PL index d49b069..f229a0f 100644 --- a/Build.PL +++ b/Build.PL @@ -31,6 +31,7 @@ my $build = Module::Build->new( # Bundled with perl. 'Getopt::Long' => 0, 'Pod::Usage' => 0, + 'Term::ANSIColor' => 0, }, ); $build->create_build_script;