]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - Build.PL
Also use buildd's "Architecture" header to detect architecture.
[blhc/blhc.git] / Build.PL
index d64a95e9d9660a7a2ff7717a7ced70175ebeb793..c5f62725d876d943bf71c908acac248ed72cdc07 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -30,10 +30,12 @@ my $build = Module::Build->new(
     requires           => {
                             # Debian specific (for now).
                             'Dpkg::Arch' => 0,
+                            'Dpkg::Version' => 0,
                             # Bundled with perl.
                             'Getopt::Long' => 0,
                             'Pod::Usage' => 0,
-                            'Term::ANSIColor' => 0,
+                            'Term::ANSIColor' => '2.01',
+                            'Text::ParseWords' => 0,
                           },
 );
 $build->create_build_script;