[Bast-commits] r5609 - DBIx-Class/0.08/trunk
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Fri Feb 20 18:39:34 GMT 2009
Author: caelum
Date: 2009-02-20 18:39:34 +0000 (Fri, 20 Feb 2009)
New Revision: 5609
Modified:
DBIx-Class/0.08/trunk/Makefile.PL
Log:
comment for SIGBUS
Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL 2009-02-20 18:27:39 UTC (rev 5608)
+++ DBIx-Class/0.08/trunk/Makefile.PL 2009-02-20 18:39:34 UTC (rev 5609)
@@ -128,7 +128,7 @@
};
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 (<<EOE);
############################### WARNING #################################
More information about the Bast-commits
mailing list