summaryrefslogtreecommitdiff
path: root/dev-perl/App-CLI/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
commit43793fab84041cfc5c60c0151d1591b8a69fb24a (patch)
tree6208a7f4fc744684fce0f55acbb47511acace498 /dev-perl/App-CLI/files
parent28e3d252dc8ac8a5635206dfefe1cfe05058d1db (diff)
gentoo resync : 25.08.2018
Diffstat (limited to 'dev-perl/App-CLI/files')
-rw-r--r--dev-perl/App-CLI/files/App-CLI-0.50-authortests.patch78
1 files changed, 78 insertions, 0 deletions
diff --git a/dev-perl/App-CLI/files/App-CLI-0.50-authortests.patch b/dev-perl/App-CLI/files/App-CLI-0.50-authortests.patch
new file mode 100644
index 000000000000..6e8aba9683ee
--- /dev/null
+++ b/dev-perl/App-CLI/files/App-CLI-0.50-authortests.patch
@@ -0,0 +1,78 @@
+From 34d1795db568385cfcde4287768fa498e5e080fa Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Sun, 19 Aug 2018 19:38:10 +1200
+Subject: Kill unwanted author tests and their deps
+
+---
+ MANIFEST | 2 --
+ META.json | 3 ---
+ META.yml | 3 ---
+ Makefile.PL | 3 ---
+ t/03-pod.t | 13 -------------
+ t/99-kwalitee.t | 17 -----------------
+ 6 files changed, 41 deletions(-)
+ delete mode 100644 t/03-pod.t
+ delete mode 100644 t/99-kwalitee.t
+
+diff --git a/MANIFEST b/MANIFEST
+index f9edd45..4f20438 100644
+--- a/MANIFEST
++++ b/MANIFEST
+@@ -12,8 +12,6 @@ MANIFEST.SKIP
+ README.md
+ t/01-basic.t
+ t/02-command.t
+-t/03-pod.t
+-t/99-kwalitee.t
+ t/lib/CLITest.pm
+ t/lib/MyApp.pm
+ t/lib/MyApp/Help.pm
+diff --git a/META.json b/META.json
+index db0951a..7ce6d07 100644
+--- a/META.json
++++ b/META.json
+@@ -53,10 +53,7 @@
+ },
+ "test" : {
+ "requires" : {
+- "Class::Load" : "0",
+- "Test::Kwalitee" : "0",
+ "Test::More" : "0",
+- "Test::Pod" : "0",
+ "lib" : "0"
+ }
+ }
+diff --git a/META.yml b/META.yml
+index 774bfb0..9b9efee 100644
+--- a/META.yml
++++ b/META.yml
+@@ -6,11 +6,8 @@ author:
+ - 'Shelling <navyblueshellingford@gmail.com>'
+ - 'Paul Cochrane <paul@liekut.de>'
+ build_requires:
+- Class::Load: '0'
+ ExtUtils::MakeMaker: '0'
+- Test::Kwalitee: '0'
+ Test::More: '0'
+- Test::Pod: '0'
+ lib: '0'
+ configure_requires:
+ ExtUtils::MakeMaker: '0'
+diff --git a/Makefile.PL b/Makefile.PL
+index f5039b8..eaa4a72 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -34,10 +34,7 @@ WriteMakefile(
+ MIN_PERL_VERSION => 5.006,
+ TEST_REQUIRES => {
+ 'lib' => 0,
+- 'Class::Load' => 0,
+- 'Test::Kwalitee' => 0,
+ 'Test::More' => 0,
+- 'Test::Pod' => 0,
+ },
+ META_MERGE => {
+ "meta-spec" => { version => 2 },
+--
+2.17.1
+