summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 2158460..7cd582c 100644
--- a/Build.PL
+++ b/Build.PL
@@ -16,11 +16,11 @@ my $build = Module::Build->new(
requires => {
'perl' => '5.10.0',
'autodie' => 0,
- 'Archive::Tar' => 0,
'Cwd' => 0,
'Data::Section' => 0,
'Getopt::Long' => 0,
'Image::Imlib2' => 0,
+ 'MIME::Base64' => 0,
},
);
$build->create_build_script();