From: Vincent Pit Date: Tue, 31 Mar 2015 12:35:47 +0000 (-0300) Subject: Add POSIX to build requires X-Git-Tag: rt100068~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=9d97dcd6b7e20f9d3e3313a5d8436b7d5dedbc0c;ds=sidebyside Add POSIX to build requires --- diff --git a/Makefile.PL b/Makefile.PL index 697b531..d4c09f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,6 +65,7 @@ my %PREREQ_PM = ( my %BUILD_REQUIRES =( 'Config' => 0, 'ExtUtils::MakeMaker' => 0, + 'POSIX' => 0, 'Test::More' => 0, %PREREQ_PM, );