X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=Build.PL;h=051de8449e356329649ca0d42f8bf7d0963a2297;hp=3edcfb80e32f44c9a37c8cff307828e020f5ff0d;hb=d9bd7570d07a93026a3147971c8e34be6c1c6c86;hpb=35a018278ad2fb931749f25d41bea0b7bd4f11e9 diff --git a/Build.PL b/Build.PL index 3edcfb8..051de84 100644 --- a/Build.PL +++ b/Build.PL @@ -35,6 +35,7 @@ my $build = Module::Build->new( 'Getopt::Long' => 0, 'Pod::Usage' => 0, 'Term::ANSIColor' => 0, + 'Text::ParseWords' => 0, }, ); $build->create_build_script;