X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=Build.PL;h=d64a95e9d9660a7a2ff7717a7ced70175ebeb793;hp=f229a0fabb72af2c2cd5a2f223e6d259f22c3002;hb=ea4a36f6673fe09075554d52d327149469d427a7;hpb=992cc016c9d07fab61701a75a0957dcfda83c77d diff --git a/Build.PL b/Build.PL index f229a0f..d64a95e 100644 --- a/Build.PL +++ b/Build.PL @@ -28,6 +28,8 @@ 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,