--- IO-AIO/Makefile.PL 2006/02/01 23:43:17 1.8 +++ IO-AIO/Makefile.PL 2007/01/23 22:57:34 1.12 @@ -4,8 +4,16 @@ require "autoconf.pm"; -if ($^O =~ /freebsd/i) { - print <new({ dist => { @@ -31,6 +60,9 @@ NAME => "IO::AIO", VERSION_FROM => "AIO.pm", LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''], + PM => { + 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm', + }, clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" }, });