From: Rafael Kitover Date: Fri, 20 Feb 2009 18:39:34 +0000 (+0000) Subject: comment for SIGBUS X-Git-Tag: v0.08240~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c086319c6d7e3fc7f48adf480cac713d3d747bf;p=dbsrgits%2FDBIx-Class.git comment for SIGBUS --- diff --git a/Makefile.PL b/Makefile.PL index 03939bd..1f0bbce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -128,7 +128,7 @@ EOW }; my $sig = $? & 127; if ($@ || $sig == POSIX::SIGSEGV() || $sig == POSIX::SIGABRT() - || $sig == 7) { + || $sig == 7) { # 7 == SIGBUS, haven't seen it but just in case warn (<