diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-04-25 17:52:02 +0200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-28 19:05:57 +1200 |
commit | 3d78a619e65e2e403fd4a98c3a6c74884937c380 (patch) | |
tree | fb126b301d81140a0409fab93ae301a7f0d13383 /dev-perl | |
parent | dev-perl/Params-Classify: remove unused patch(es) (diff) | |
download | gentoo-3d78a619e65e2e403fd4a98c3a6c74884937c380.tar.gz gentoo-3d78a619e65e2e403fd4a98c3a6c74884937c380.tar.bz2 gentoo-3d78a619e65e2e403fd4a98c3a6c74884937c380.zip |
dev-perl/PPI: remove unused patch(es)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch b/dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch deleted file mode 100644 index 2a02e1d71dc9..000000000000 --- a/dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 74e2e77fdce3e2f366342ad736c25e49379d2013 Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentfredric@gmail.com> -Date: Tue, 20 Jun 2017 03:04:48 +1200 -Subject: [PATCH] t/marpa.t: Fix test reliance on '.' in @INC - -Fixes https://github.com/adamkennedy/PPI/issues/200 ---- - t/marpa.t | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/t/marpa.t b/t/marpa.t -index a25fc2e..6e79003 100644 ---- a/t/marpa.t -+++ b/t/marpa.t -@@ -2,7 +2,8 @@ - - # Unit testing for PPI::Token::Unknown - --use t::lib::PPI::Test::pragmas; -+use lib 't/lib'; -+use PPI::Test::pragmas; - use Test::More tests => 23 + ( $ENV{AUTHOR_TESTING} ? 1 : 0 ); - use B 'perlstring'; - --- -2.13.1 - |