From: Vincent Pit Date: Sat, 4 Nov 2017 17:02:56 +0000 (+0100) Subject: Add File::Spec to build prerequisites X-Git-Tag: v0.16~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=b8a677af08299e84f90ddef9cfe9b2dc5d02324a Add File::Spec to build prerequisites It's required for run_perl() in tests. --- diff --git a/Makefile.PL b/Makefile.PL index 76041bc..46288e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -87,6 +87,7 @@ my %PREREQ_PM = ( my %BUILD_REQUIRES = ( 'Config' => 0, 'ExtUtils::MakeMaker' => 0, + 'File::Spec' => 0, 'Test::More' => 0, 'constant' => 0, 'lib' => 0,