[Bast-commits] r5582 - DBIx-Class/0.08/trunk
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Fri Feb 20 07:03:02 GMT 2009
Author: caelum
Date: 2009-02-20 07:03:02 +0000 (Fri, 20 Feb 2009)
New Revision: 5582
Modified:
DBIx-Class/0.08/trunk/Makefile.PL
Log:
check a couple more signals during sqlite health check
Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL 2009-02-20 06:45:44 UTC (rev 5581)
+++ DBIx-Class/0.08/trunk/Makefile.PL 2009-02-20 07:03:02 UTC (rev 5582)
@@ -127,7 +127,8 @@
alarm 0;
};
my $sig = $? & 127;
- if ($@ || $sig == POSIX::SIGSEGV()) {
+ if ($@ || $sig == POSIX::SIGSEGV() || $sig == POSIX::SIGABRT()
+ || $sig == 7) {
warn (<<EOE);
############################### WARNING #################################
More information about the Bast-commits
mailing list