X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b8519a4cd8b99ff5c4cba9a60115a4f87fc2789f;hb=e83a2ae7aa566943bd49426e77146127511acad3;hp=395af4bd3083702e8147c48da7028e5f8e932e01;hpb=92ff14d0110c9bf2a8a19dc6f0b16b34799ec690;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 395af4b..b8519a4 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,10 +27,10 @@ if($] < 5.010) { require 'lib/Mouse/Spec.pm'; # for the version -if(Mouse::Spec->MouseVersion =~ /_/){ # DEVEL RELEASE - require Carp::Always; Carp::Always->import(); - include_deps 'Carp::Always'; -} +#if(Mouse::Spec->MouseVersion =~ /_/){ # DEVEL RELEASE +# require Carp::Always; Carp::Always->import(); +# include_deps 'Carp::Always'; +#} my $use_xs; @@ -59,6 +59,14 @@ else{ print "Mouse configured with Pure Perl.\n"; } + +tests 't/*.t t/*/*.t'; + +repository 'git://git.moose.perl.org/Mouse.git'; + +clean_files 'lib/Mouse/Tiny.pm $(O_FILES)'; + + if (author_context()) { my $require_version = Mouse::Spec->MooseVersion; @@ -87,10 +95,4 @@ if (author_context()) { } } -repository 'git://git.moose.perl.org/Mouse.git'; - -tests 't/*.t t/*/*.t'; - -clean_files 'lib/Mouse/Tiny.pm $(O_FILES)'; - WriteAll check_nmake => 0;