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 b5c8a7b..98098ff 100644
--- a/Build.PL
+++ b/Build.PL
@@ -22,6 +22,7 @@ Module::Build->new(
'Class::Accessor' => '0.16',
'DateTime' => 0,
'DateTime::Format::Strptime' => 0,
+ 'Digest::MD5' => 0,
'Getopt::Long' => 0,
'JSON' => 0,
'List::MoreUtils' => 0,
@@ -29,7 +30,6 @@ Module::Build->new(
'LWP::UserAgent' => 0,
'LWP::Protocol::https' => 0,
'POSIX' => 0,
- 'XML::LibXML' => '1.70',
},
script_files => 'bin/',
sign => 1,