We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f003b commit 8ecd3d7Copy full SHA for 8ecd3d7
1 file changed
Makefile.PL
@@ -1,6 +1,6 @@
1
#!perl -w
2
3
-require 5.008008;
+require 5.008001;
4
use strict;
5
use ExtUtils::MakeMaker;
6
@@ -10,7 +10,7 @@ WriteMakefile(
10
ABSTRACT_FROM => 'lib/HTTP/Daemon.pm',
11
AUTHOR => 'Gisle Aas <gisle@activestate.com>',
12
LICENSE => "perl",
13
- MIN_PERL_VERSION => 5.008008,
+ MIN_PERL_VERSION => 5.008001,
14
PREREQ_PM => {
15
'Sys::Hostname' => 0,
16
'IO::Socket' => 0,
0 commit comments