]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - Build.PL
Use dedicated loop to ignore beginning of the log file.
[blhc/blhc.git] / Build.PL
index d49b069b71f0992ea871497d2c1f3b4d67f88a21..051de8449e356329649ca0d42f8bf7d0963a2297 100644 (file)
--- 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' => 0,
+                            'Text::ParseWords' => 0,
                           },
 );
 $build->create_build_script;