X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=aa7620c0e743b5d5ecb210316f665e9c4209e2f8;hb=3a63a2e7ef8fbac5f61eab04baecbf5d19374b83;hp=2c3ad42a8c70f2f6fbdd5bd6b973dfff3fbbde84;hpb=e650ba5bf38083cced30b94f5e9c104ee2947e98;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 2c3ad42..aa7620c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ if ($Module::Install::AUTHOR) { } else { print "you don't have a moose. skipping moose compatibility test\n"; } - system("authour/generate-mouse-tiny.pl"); + system("author/generate-mouse-tiny.pl"); } auto_include; @@ -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 $!;