X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=Build.PL;h=3edcfb80e32f44c9a37c8cff307828e020f5ff0d;hp=f229a0fabb72af2c2cd5a2f223e6d259f22c3002;hb=a7795c35f46dfbff0e3a832a48ff288107fcc81d;hpb=0df26c1c2b30a44adc06f9c93650a6f2e31475c0 diff --git a/Build.PL b/Build.PL index f229a0f..3edcfb8 100644 --- a/Build.PL +++ b/Build.PL @@ -28,6 +28,9 @@ 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,