]> git.pld-linux.org Git - packages/swish-e.git/blame - swish-e-perl.patch
- rel 6
[packages/swish-e.git] / swish-e-perl.patch
CommitLineData
b88d7929
JR
1diff --git a/perl/Makefile.PL b/perl/Makefile.PL
2index 69be46f..711dfa8 100644
3--- a/perl/Makefile.PL
4+++ b/perl/Makefile.PL
5@@ -80,11 +80,9 @@ Can be either environment variables or passed on command line like:
6
7 EOF
8
9-$SIG{__DIE__} = sub {
10- print STDERR "\n ** ERROR: ", @_;
11- print STDERR " Run perl Makefile.PL SWISHHELP for options\n\n";
12- exit 1;
13-};
14+END {
15+ print STDERR "Run perl Makefile.PL SWISHHELP for options\n\n" if $?;
16+}
17
18 #----------------------------------------------------------------------------------
19
This page took 0.318639 seconds and 4 git commands to generate.