Skip to content

Commit 8ecd3d7

Browse files
ribasushigisle
authored andcommitted
This module works with 5.8.1
1 parent c8f003b commit 8ecd3d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!perl -w
22

3-
require 5.008008;
3+
require 5.008001;
44
use strict;
55
use ExtUtils::MakeMaker;
66

@@ -10,7 +10,7 @@ WriteMakefile(
1010
ABSTRACT_FROM => 'lib/HTTP/Daemon.pm',
1111
AUTHOR => 'Gisle Aas <gisle@activestate.com>',
1212
LICENSE => "perl",
13-
MIN_PERL_VERSION => 5.008008,
13+
MIN_PERL_VERSION => 5.008001,
1414
PREREQ_PM => {
1515
'Sys::Hostname' => 0,
1616
'IO::Socket' => 0,

0 commit comments

Comments
 (0)