X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=98b1de4af491003b70250becc76da4ed859b946d;hb=4dcc1329747eb410b61a876c10140d8cb3137cd2;hp=da4b59f4babe0284979cc4b2ee0560e662c07c29;hpb=8460582b10bda0797e1f34956767a7dd2e4a1109;p=gitmo%2FClass-C3.git diff --git a/Makefile.PL b/Makefile.PL index da4b59f..98b1de4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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.