--- IO-AIO/Makefile.PL 2009/06/07 22:37:54 1.19 +++ IO-AIO/Makefile.PL 2013/04/14 09:43:18 1.29 @@ -1,35 +1,49 @@ -use v5.8.8; +use 5.008002; use ExtUtils::MakeMaker; use Config; -if ($^O =~ /win32/i or $^O =~ /mswin/) { - +if ($^O eq "MSWin32") { # configuration on windows is hardcoded - as always - warn "your platform is not standards-compliant, you have to port this module first\n"; - warn "using some hardcoded config that will not work on your system\n"; + print STDERR <libeio/config.h" + or die "libeio/config.h: $!"; + print $fh < 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', SUFFIX => '.gz', - }, + }, depend => { - "AIO.c" => "libeio/eio.h libeio/xthread.h libeio/eio.c libeio/config.h", + "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/etp.c libeio/eio.c libeio/config.h", }, NAME => "IO::AIO", VERSION_FROM => "AIO.pm", @@ -89,8 +103,11 @@ LIBS => $LIBS, EXE_FILES => ["bin/treescan"], PM => { - 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm', - }, + 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm', + }, + PREREQ_PM => { + "common::sense" => 0, + }, clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" }, });