X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=Build.PL;h=c5f62725d876d943bf71c908acac248ed72cdc07;hp=d49b069b71f0992ea871497d2c1f3b4d67f88a21;hb=f0ae7b1580cd26bcf44dc5b780f1c2e081314479;hpb=cf83d58fd04f141f4552050b285e2fbfc8189bcb diff --git a/Build.PL b/Build.PL index d49b069..c5f6272 100644 --- a/Build.PL +++ b/Build.PL @@ -28,9 +28,14 @@ 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, + 'Dpkg::Version' => 0, # Bundled with perl. 'Getopt::Long' => 0, 'Pod::Usage' => 0, + 'Term::ANSIColor' => '2.01', + 'Text::ParseWords' => 0, }, ); $build->create_build_script;