From 0c711c264eef410377b31ae0a52473248ade193b Mon Sep 17 00:00:00 2001 From: Chris Marshall Date: Sat, 13 Jun 2015 16:33:59 -0400 Subject: [PATCH] Add File::Path to CONFIGURE_REQUIRES --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index d878c80a3..4a3eef540 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -445,6 +445,7 @@ my %makefile_hash = ( 'Devel::CheckLib' => 1.01, 'Carp' => 1.20, # EU::MM seems to need this not to crash 'ExtUtils::MakeMaker' => 6.56, + 'File::Path' => 0, }, TEST_REQUIRES => { 'CPAN::Meta' => '2.120900',