From: gfx Date: Tue, 22 Dec 2009 07:00:15 +0000 (+0900) Subject: Revert "Add resolution of conflitcting extention" X-Git-Tag: 0.4501~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=5e3cb4c022312abf5e3e34cb8bb46a3b4c161e94;hp=e950b35555e8f7a09358c506b0f3cc57a03dc940 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());