--- IO-AIO/Makefile.PL 2011/07/24 03:32:52 1.25 +++ IO-AIO/Makefile.PL 2012/04/06 11:39:25 1.26 @@ -93,9 +93,9 @@ PREOP => '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/eio.c libeio/config.h", }, NAME => "IO::AIO", VERSION_FROM => "AIO.pm", @@ -103,8 +103,8 @@ LIBS => $LIBS, EXE_FILES => ["bin/treescan"], PM => { - 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm', - }, + 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm', + }, PREREQ_PM => { "common::sense" => 0, },