]> git.pld-linux.org Git - packages/swish-e.git/blob - swish-e-perl.patch
- up to 2.4.6, patch -perl.patch already included
[packages/swish-e.git] / swish-e-perl.patch
1 diff --git a/perl/Makefile.PL b/perl/Makefile.PL
2 index 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.051144 seconds and 3 git commands to generate.