From: gfx Date: Tue, 22 Dec 2009 06:51:46 +0000 (+0900) Subject: Revert "Add resolution of conflitcting extention" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00a0078593fd8d931aa698c75eb4e38da3f97a23;p=gitmo%2FMouse.git Revert "Add resolution of conflitcting extention" This reverts commit a1d1c5cc366a1881fe5ed25c0f7b3eb60999854d. --- 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());