From 6cd772c418dd22779f7a33c49b96e9035824b44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 11 Jan 2021 12:32:07 +0100 Subject: [PATCH] Remove unused Params-Coerce-0.14-Fix-building-on-Perl-without-.-in-INC.patch --- ...ix-building-on-Perl-without-.-in-INC.patch | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 Params-Coerce-0.14-Fix-building-on-Perl-without-.-in-INC.patch diff --git a/Params-Coerce-0.14-Fix-building-on-Perl-without-.-in-INC.patch b/Params-Coerce-0.14-Fix-building-on-Perl-without-.-in-INC.patch deleted file mode 100644 index bf82de6..0000000 --- a/Params-Coerce-0.14-Fix-building-on-Perl-without-.-in-INC.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 8cce6aae5c4887f3ce393c8e35202890deed6b0a Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= -Date: Wed, 17 May 2017 11:00:30 +0200 -Subject: [PATCH] Fix building on Perl without "." in @INC -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Petr Písař ---- - Makefile.PL | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Makefile.PL b/Makefile.PL -index 71dcad9..e9bb220 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -1,4 +1,5 @@ - use strict; -+BEGIN { push @INC, '.'; } - use inc::Module::Install; - - name 'Params-Coerce'; --- -2.9.4 -