projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
175c5ba
)
Fixed syntax error
Rob Kinyon [Fri, 20 Feb 2009 04:41:44 +0000 (
04:41
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
38a89db
..
c16fcdb
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-127,7
+127,7
@@
EOW
alarm 0;
};
my $sig = $? & 127;
- if ($@ || $sig == POSIX::SIGSEGV) {
+ if ($@ || $sig == POSIX::SIGSEGV()) {
warn (<<EOE);
############################### WARNING #################################