projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
553d61c
)
check a couple more signals during sqlite health check
Rafael Kitover [Fri, 20 Feb 2009 07:03:02 +0000 (07:03 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c16fcdb
..
03939bd
100644
(file)
--- 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 (<<EOE);
############################### WARNING #################################