X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=aa7620c0e743b5d5ecb210316f665e9c4209e2f8;hb=4f9945f5a128e120049ce8a7a30cf469d1568b9b;hp=5f13219c0bca643d65c7695c6d45e01b000202b5;hpb=df9418cfff52d693001b4a6502286f8e9fe2d56c;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 5f13219..aa7620c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ sub create_moose_compatibility_test { my $dirname = File::Basename::dirname($_); my $tmpdir = File::Spec->catfile('xt', 'compatibility', $dirname); - File::Path::make_path($tmpdir); + File::Path::mkpath($tmpdir); my $tmpfile = File::Spec->catfile($tmpdir, $basename); open my $wfh, '>', $tmpfile or die $!;