diff options
Diffstat (limited to 'dev-util/makepp/files/makepp-2.0.98.5-perl526.patch')
-rw-r--r-- | dev-util/makepp/files/makepp-2.0.98.5-perl526.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/makepp/files/makepp-2.0.98.5-perl526.patch b/dev-util/makepp/files/makepp-2.0.98.5-perl526.patch deleted file mode 100644 index b5ed875b4dcf..000000000000 --- a/dev-util/makepp/files/makepp-2.0.98.5-perl526.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN makepp-2.0.98.5.orig/config.pl makepp-2.0.98.5/config.pl ---- makepp-2.0.98.5.orig/config.pl 2017-07-08 21:35:18.257017457 +0200 -+++ makepp-2.0.98.5/config.pl 2017-07-08 21:39:06.087026936 +0200 -@@ -19,6 +19,8 @@ - you on?), get the latest from www.perl.org and install it. - EOS - -+use lib q[.]; -+ - BEGIN { eval { require Mpp::Utils } or warn <<EOS and exit 1 } # avoid BEGIN/die diagnostic - Please call this script in the directory where you unpacked it! - EOS -diff -ruN makepp-2.0.98.5.orig/install.pl makepp-2.0.98.5/install.pl ---- makepp-2.0.98.5.orig/install.pl 2013-07-05 23:02:38.000000000 +0200 -+++ makepp-2.0.98.5/install.pl 2017-07-08 21:38:48.441026202 +0200 -@@ -13,6 +13,8 @@ - # - BEGIN { eval { require 5.008 } or exec $^X, 'config.pl' } # Dies with nice message. - -+use lib q[.]; -+ - BEGIN { eval { require Mpp::Text } or warn <<EOS and exit 1 } # avoid BEGIN/die diagnostic - Please call this script in the directory where you unpacked it! - EOS |