aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 53ed39a..1fad0ba 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,13 +28,13 @@ my %makefile_args = (
28 'LWP::UserAgent' => 6.05, 28 'LWP::UserAgent' => 6.05,
29 'LWP::Protocol::https' => 6.04, 29 'LWP::Protocol::https' => 6.04,
30 'Pod::Usage' => 1.51, 30 'Pod::Usage' => 1.51,
31 'Pod::Man' => 2.25, 31 'Pod::Man' => 2.25,
32 'Text::ParseWords' => 3.27, 32 'Text::ParseWords' => 3.27,
33 'Data::Dumper' => 0, 33 'Data::Dumper' => 0,
34 'Net::DNS' => 0.68, 34 'Socket' => 0,
35 'Sys::Hostname' => 1.16 35 'Sys::Hostname' => 1.16
36 }, 36 },
37 37
38 MIN_PERL_VERSION => 5.006, 38 MIN_PERL_VERSION => 5.006,
39 META_MERGE => { 39 META_MERGE => {
40 'meta-spec' => { version => 2 }, 40 'meta-spec' => { version => 2 },

Return to:

Send suggestions and report system problems to the System administrator.