X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Build.PL;h=d64a95e9d9660a7a2ff7717a7ced70175ebeb793;hb=b85a3fb508fc2f9d98d44583cf31cbf5ac63a382;hp=d49b069b71f0992ea871497d2c1f3b4d67f88a21;hpb=cf83d58fd04f141f4552050b285e2fbfc8189bcb;p=blhc%2Fblhc.git diff --git a/Build.PL b/Build.PL index d49b069..d64a95e 100644 --- a/Build.PL +++ b/Build.PL @@ -28,9 +28,12 @@ my $build = Module::Build->new( dist_version_from => 'bin/blhc', license => 'gpl', # gpl_3 is spec 2, not used by Module::Build requires => { + # Debian specific (for now). + 'Dpkg::Arch' => 0, # Bundled with perl. 'Getopt::Long' => 0, 'Pod::Usage' => 0, + 'Term::ANSIColor' => 0, }, ); $build->create_build_script;