summaryrefslogtreecommitdiff
path: root/dev-perl/Test-Timer/files/Test-Timer-2.10-prereqs.patch
blob: 34326fe2ef13d1dcb155ee2a5b248c727fa4fd9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
From 927f6de46507bbd02e44c3d91a9f774531618f64 Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Wed, 7 Mar 2018 13:37:35 +1300
Subject: Nuke useless dependencies from requirements

---
 Build.PL  | 8 --------
 META.json | 4 ----
 META.yml  | 4 ----
 3 files changed, 16 deletions(-)

diff --git a/Build.PL b/Build.PL
index 6c38c8b..8cfc5f3 100644
--- a/Build.PL
+++ b/Build.PL
@@ -36,12 +36,8 @@ my %module_build_args = (
     "File::Spec" => 0,
     "IO::Handle" => 0,
     "IPC::Open3" => 0,
-    "Pod::Coverage::TrustPod" => 0,
     "Test::Fatal" => 0,
-    "Test::Kwalitee" => "1.21",
     "Test::More" => 0,
-    "Test::Pod" => "1.41",
-    "Test::Pod::Coverage" => "1.08",
     "Test::Tester" => "1.302111"
   }
 );
@@ -52,12 +48,8 @@ my %fallback_build_requires = (
   "IO::Handle" => 0,
   "IPC::Open3" => 0,
   "Module::Build" => "0.30",
-  "Pod::Coverage::TrustPod" => 0,
   "Test::Fatal" => 0,
-  "Test::Kwalitee" => "1.21",
   "Test::More" => 0,
-  "Test::Pod" => "1.41",
-  "Test::Pod::Coverage" => "1.08",
   "Test::Tester" => "1.302111"
 );
 
diff --git a/META.json b/META.json
index 741d375..d807475 100644
--- a/META.json
+++ b/META.json
@@ -52,12 +52,8 @@
             "File::Spec" : "0",
             "IO::Handle" : "0",
             "IPC::Open3" : "0",
-            "Pod::Coverage::TrustPod" : "0",
             "Test::Fatal" : "0",
-            "Test::Kwalitee" : "1.21",
             "Test::More" : "0",
-            "Test::Pod" : "1.41",
-            "Test::Pod::Coverage" : "1.08",
             "Test::Tester" : "1.302111"
          }
       }
diff --git a/META.yml b/META.yml
index 13e9cee..f8167e7 100644
--- a/META.yml
+++ b/META.yml
@@ -7,12 +7,8 @@ build_requires:
   IO::Handle: '0'
   IPC::Open3: '0'
   Module::Build: '0.30'
-  Pod::Coverage::TrustPod: '0'
   Test::Fatal: '0'
-  Test::Kwalitee: '1.21'
   Test::More: '0'
-  Test::Pod: '1.41'
-  Test::Pod::Coverage: '1.08'
   Test::Tester: '1.302111'
 configure_requires:
   ExtUtils::MakeMaker: '0'
-- 
2.15.1