From: Graham Knop Date: Fri, 17 Jan 2014 04:09:57 +0000 (-0500) Subject: correct EU::CBuilder check X-Git-Tag: 0.25~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86aef21988f7f78b6c41f27f869774990a1de2b6;p=p5sagit%2Fnamespace-clean.git correct EU::CBuilder check --- diff --git a/Makefile.PL b/Makefile.PL index a8d2d1f..225cdf6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -99,7 +99,7 @@ sub can_xs { # Do we have the configure_requires checker? local $@; eval "require ExtUtils::CBuilder;"; - if (! $@ ) { + if ( $@ ) { # They don't obey configure_requires, so it is # someone old and delicate. Try to avoid hurting # them by falling back to an older simpler test.