--- IO-AIO/Makefile.PL 2005/08/30 15:45:10 1.7 +++ IO-AIO/Makefile.PL 2007/01/22 15:59:36 1.11 @@ -4,25 +4,52 @@ require "autoconf.pm"; -if ($^O =~ /freebsd/i) { - print <new({ dist => { @@ -33,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" }, });