From: Rob Kinyon Date: Fri, 20 Feb 2009 04:41:44 +0000 (+0000) Subject: Fixed syntax error X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=03e1b60dd5b82b85ab727e020cb00550c8dd85ac;p=dbsrgits%2FDBIx-Class-Historic.git Fixed syntax error --- diff --git a/Makefile.PL b/Makefile.PL index 38a89db..c16fcdb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -127,7 +127,7 @@ EOW alarm 0; }; my $sig = $? & 127; - if ($@ || $sig == POSIX::SIGSEGV) { + if ($@ || $sig == POSIX::SIGSEGV()) { warn (<