]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Add File::Spec to build prerequisites
authorVincent Pit <perl@profvince.com>
Sat, 4 Nov 2017 17:02:56 +0000 (18:02 +0100)
committerVincent Pit <perl@profvince.com>
Sat, 4 Nov 2017 17:02:56 +0000 (18:02 +0100)
It's required for run_perl() in tests.

Makefile.PL

index 76041bc2281ffca7ba910ab26fdeedcad9b10066..46288e5af54f1a20e086221ff15e0a1f358fd154 100644 (file)
@@ -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,