mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-perl/Test-Timer: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/14212 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
committed by
Kent Fredric
parent
a47d7b0377
commit
703604ed75
@@ -1,78 +0,0 @@
|
||||
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" => 0
|
||||
}
|
||||
);
|
||||
@@ -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" => 0
|
||||
);
|
||||
|
||||
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" : "0"
|
||||
}
|
||||
}
|
||||
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: '0'
|
||||
configure_requires:
|
||||
ExtUtils::MakeMaker: '0'
|
||||
--
|
||||
2.15.1
|
||||
|
||||
Reference in New Issue
Block a user