Package-Manager: Portage-2.3.6, Repoman-2.3.3
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-MODULE_VERSION=0.26
-MODULE_AUTHOR="RWSTAUNER"
+DIST_VERSION=0.26
+DIST_AUTHOR="RWSTAUNER"
inherit perl-module
dev-perl/Path-Class
dev-perl/XML-Parser
dev-perl/Test-Pod
- )"
+ )
+"
-SRC_TEST="do"
+PATCHES=(
+ "${FILESDIR}/${P}-perl526.patch"
+)
--- /dev/null
+diff -ruN Text-VimColor-0.26.orig/Makefile.PL Text-VimColor-0.26/Makefile.PL
+--- Text-VimColor-0.26.orig/Makefile.PL 2015-03-21 04:14:35.000000000 -0000
++++ Text-VimColor-0.26/Makefile.PL 2017-08-04 09:46:55.760799972 -0000
+@@ -12,6 +12,8 @@
+
+ use 5.006;
+
++use lib q[.];
++
+ use inc::VimCommand;
+ use ExtUtils::MakeMaker;
+