]> git.pld-linux.org Git - packages/swish-e.git/commitdiff
- fix makefile generation with perl 5.10
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Apr 2008 11:17:55 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    swish-e-perl.patch -> 1.1

swish-e-perl.patch [new file with mode: 0644]

diff --git a/swish-e-perl.patch b/swish-e-perl.patch
new file mode 100644 (file)
index 0000000..68721f2
--- /dev/null
@@ -0,0 +1,19 @@
+diff --git a/perl/Makefile.PL b/perl/Makefile.PL
+index 69be46f..711dfa8 100644
+--- a/perl/Makefile.PL
++++ b/perl/Makefile.PL
+@@ -80,11 +80,9 @@ Can be either environment variables or passed on command line like:
+ EOF
+-$SIG{__DIE__} = sub {
+-    print STDERR "\n  ** ERROR: ", @_;
+-    print STDERR "  Run perl Makefile.PL SWISHHELP for options\n\n";
+-    exit 1;
+-};
++END {
++    print STDERR "Run perl Makefile.PL SWISHHELP for options\n\n" if $?;
++}
+ #----------------------------------------------------------------------------------
This page took 0.053871 seconds and 4 git commands to generate.