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