]> git.proxmox.com Git - libhttp-daemon-perl.git/blobdiff - Makefile.PL
switch to IO::Socket::IP to add IPv6 support
[libhttp-daemon-perl.git] / Makefile.PL
index fe981ccd67cabb7b1f259f38a3cbbea35fdd970f..09c7e869b372df68db194c486a4a3cfdc2305371 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 
-require 5.008008;
+require 5.008001;
 use strict;
 use ExtUtils::MakeMaker;
 
@@ -10,7 +10,7 @@ WriteMakefile(
     ABSTRACT_FROM => 'lib/HTTP/Daemon.pm',
     AUTHOR => 'Gisle Aas <gisle@activestate.com>',
     LICENSE => "perl",
-    MIN_PERL_VERSION => 5.008008,
+    MIN_PERL_VERSION => 5.008001,
     PREREQ_PM => {
        'Sys::Hostname' => 0,
        'IO::Socket' => 0,
@@ -22,7 +22,7 @@ WriteMakefile(
     },
     META_MERGE => {
        resources => {
-            repository => 'http://github.com/gisle/libwww-perl',
+            repository => 'http://github.com/gisle/http-daemon',
            MailingList => 'mailto:libwww@perl.org',
         }
     },