use ExtUtils::CBuilder if available by reversing broken conditional
Graham Knop [Tue, 3 Sep 2013 17:21:47 +0000 (13:21 -0400)]
Makefile.PL

index da4b59f..98b1de4 100644 (file)
@@ -93,7 +93,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.