From: Rafael Kitover Date: Fri, 20 Feb 2009 07:03:02 +0000 (+0000) Subject: check a couple more signals during sqlite health check X-Git-Tag: v0.08240~90 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=506558685fcff08dee7bfdf5ab55b70f82d64818;hp=553d61c42d75a595174a47d22c652ffe000efcd6;p=dbsrgits%2FDBIx-Class.git check a couple more signals during sqlite health check --- diff --git a/Makefile.PL b/Makefile.PL index c16fcdb..03939bd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -127,7 +127,8 @@ EOW alarm 0; }; my $sig = $? & 127; - if ($@ || $sig == POSIX::SIGSEGV()) { + if ($@ || $sig == POSIX::SIGSEGV() || $sig == POSIX::SIGABRT() + || $sig == 7) { warn (<