X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;h=1975940dc1785793eacd19638e4f452301421e9b;hp=df1da8338d41bdf99890568f6c66a88564c566d4;hb=e01862e481716a38079f38aa688f9a5c6317c449;hpb=4cd3d124f2e563df4658fa999e41337defe6d7c8 diff --git a/Makefile.PL b/Makefile.PL index df1da83..1975940 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -152,6 +152,10 @@ if ($Module::Install::AUTHOR and ! $ENV{MAKELEVEL}) { NAME => Meta->name || die 'The Module::Install metadata must be available at this point but is not - did you rearrange the Makefile.PL...?', }); + # we are in the process of (re)writing the makefile - some things we + # call below very well may fail + local $ENV{DBICTEST_NO_MAKEFILE_VERIFICATION} = 1; + require File::Spec; # string-eval, not do(), because we need to provide the # $mm_proto, $reqs and $*_requires lexicals to the included file