summaryrefslogtreecommitdiff
path: root/dev-perl/Tie-Cache/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /dev-perl/Tie-Cache/files
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-perl/Tie-Cache/files')
-rw-r--r--dev-perl/Tie-Cache/files/Tie-Cache-0.21-benchmark.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Tie-Cache/files/Tie-Cache-0.21-benchmark.patch b/dev-perl/Tie-Cache/files/Tie-Cache-0.21-benchmark.patch
new file mode 100644
index 000000000000..a1dc7ae8800d
--- /dev/null
+++ b/dev-perl/Tie-Cache/files/Tie-Cache-0.21-benchmark.patch
@@ -0,0 +1,32 @@
+From 426687ca37129637676a4a63667b5b060548800b Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Thu, 15 Mar 2018 21:39:27 +1300
+Subject: Relocate benchmark script to avoid default installation
+
+As *.pl deploys to $INC[0]/Tie/*.pl due to "foo.pl" being a legacy
+"perl library"
+---
+ MANIFEST | 2 +-
+ tie-cache-bench.pl => examples/tie-cache-bench.pl | 0
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+ rename tie-cache-bench.pl => examples/tie-cache-bench.pl (100%)
+
+diff --git a/MANIFEST b/MANIFEST
+index 67ea1da..ae66cae 100644
+--- a/MANIFEST
++++ b/MANIFEST
+@@ -5,6 +5,6 @@ MANIFEST.SKIP
+ MANIFEST.bak
+ Makefile.PL
+ README
+-tie-cache-bench.pl
++examples/tie-cache-bench.pl
+ test.pl
+ META.yml Module meta-data (added by MakeMaker)
+diff --git a/tie-cache-bench.pl b/examples/tie-cache-bench.pl
+similarity index 100%
+rename from tie-cache-bench.pl
+rename to examples/tie-cache-bench.pl
+--
+2.16.2
+