]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Add POSIX to build requires
authorVincent Pit <vince@profvince.com>
Tue, 24 Mar 2015 20:35:00 +0000 (17:35 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 24 Mar 2015 20:35:00 +0000 (17:35 -0300)
Makefile.PL

index 52a9d4043f2cb71d7aa89b325e7b0a8cd4c6cec2..6662c948ccd2b28567a2799320abe16dc2b0f73f 100644 (file)
@@ -73,6 +73,7 @@ my %PREREQ_PM = (
 my %BUILD_REQUIRES = (
  'ExtUtils::MakeMaker' => 0,
  'Config'              => 0,
+ 'POSIX'               => 0,
  'Test::More'          => 0,
  %PREREQ_PM,
 );