Use mkpath instead of make_path in Makefile.PL
gfx [Tue, 15 Sep 2009 03:51:46 +0000 (12:51 +0900)]
Makefile.PL

index 5f13219..aa7620c 100755 (executable)
@@ -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 $!;