X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=e960218313e99fb4cf8e870ee81890b74d532563;hp=6e438d70cb4d3a28a90049f689142fbc67d791f0;hb=5e3cb4c022312abf5e3e34cb8bb46a3b4c161e94;hpb=e950b35555e8f7a09358c506b0f3cc57a03dc940 diff --git a/Makefile.PL b/Makefile.PL index 6e438d7..e960218 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,14 +25,13 @@ if($] < 5.010) { recommends 'Class::C3'; } -if(eval{ require MouseX::AttributeHelpers }){ - if(!eval{ MouseX::AttributeHelpers->VERSION(0.06) }){ - requires 'MouseX::AttributeHelpers' => 0.06; - } -} - require 'lib/Mouse/Spec.pm'; # for the version +#if(Mouse::Spec->MouseVersion =~ /_/){ # DEVEL RELEASE +# require Carp::Always; Carp::Always->import(); +# include_deps 'Carp::Always'; +#} + # cc_available recognizes the '--pp' and '--xs' options my $use_xs = ($] >= 5.008_001 && cc_available());