From: Vincent Pit Date: Tue, 24 Mar 2015 20:35:00 +0000 (-0300) Subject: Add POSIX to build requires X-Git-Tag: v0.27~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=9aba07492fcdd1ac92533eddc90efb524d3777df Add POSIX to build requires --- diff --git a/Makefile.PL b/Makefile.PL index 52a9d40..6662c94 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -73,6 +73,7 @@ my %PREREQ_PM = ( my %BUILD_REQUIRES = ( 'ExtUtils::MakeMaker' => 0, 'Config' => 0, + 'POSIX' => 0, 'Test::More' => 0, %PREREQ_PM, );