summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-Mason/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-29 11:22:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-29 11:22:34 +0000
commitbd7908c6630f38067350d396ac5d18c3cc2434a0 (patch)
tree3559b3e11424f5529527f2474d8a977a91ee3389 /dev-perl/HTML-Mason/files
parent8b2628ad8526c806375e7b157889e4274b70248b (diff)
gentoo resync : 29.10.2017
Diffstat (limited to 'dev-perl/HTML-Mason/files')
-rw-r--r--dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch b/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch
new file mode 100644
index 000000000000..6dda6205c86f
--- /dev/null
+++ b/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch
@@ -0,0 +1,28 @@
+From 07ed4ceef9d501d2ee455e589ae9075a9898ebdd Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Tue, 24 Oct 2017 17:40:13 +1300
+Subject: Fix t/13-errors.t failing w/o '.' in @INC
+
+Bug: https://bugs.gentoo.org/616966
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121443
+Bug: https://github.com/houseabsolute/HTML-Mason/pull/6
+---
+ t/13-errors.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/13-errors.t b/t/13-errors.t
+index 716f2f02..78cfc6b0 100644
+--- a/t/13-errors.t
++++ b/t/13-errors.t
+@@ -417,7 +417,7 @@ EOF
+ description => 'Require a module with an error in a once block',
+ component => <<'EOF',
+ <%once>
+-require "t/lib/BadModule.pm";
++require "./t/lib/BadModule.pm";
+ </%once>
+ hi!
+ EOF
+--
+2.14.2
+