X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=Build.PL;h=051de8449e356329649ca0d42f8bf7d0963a2297;hp=d64a95e9d9660a7a2ff7717a7ced70175ebeb793;hb=573f74bd5133b4ef514c977814955942a91a3614;hpb=ea4a36f6673fe09075554d52d327149469d427a7 diff --git a/Build.PL b/Build.PL index d64a95e..051de84 100644 --- a/Build.PL +++ b/Build.PL @@ -30,10 +30,12 @@ my $build = Module::Build->new( requires => { # Debian specific (for now). 'Dpkg::Arch' => 0, + 'Dpkg::Version' => 0, # Bundled with perl. 'Getopt::Long' => 0, 'Pod::Usage' => 0, 'Term::ANSIColor' => 0, + 'Text::ParseWords' => 0, }, ); $build->create_build_script;