correct EU::CBuilder check
Graham Knop [Fri, 17 Jan 2014 04:09:57 +0000 (23:09 -0500)]
Makefile.PL

index a8d2d1f..225cdf6 100644 (file)
@@ -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.