mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Kent Fredric
parent
e270203559
commit
3d78a619e6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user