--- IO-AIO/Makefile.PL 2005/08/19 01:07:27 1.6 +++ IO-AIO/Makefile.PL 2007/01/22 15:59:36 1.11 @@ -4,24 +4,52 @@ require "autoconf.pm"; -if ($^O =~ /freebsd/i) { - print <new({ dist => { @@ -32,6 +60,9 @@ NAME => "IO::AIO", VERSION_FROM => "AIO.pm", LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''], + PM => { + 'AIO.pm' => '$(INST_LIBDIR)/IO/AIO.pm', + }, clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" }, });