From cc8f865ca8368f9514a68d63f083070f15e69f35 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 11 Jan 2011 11:41:38 -0600 Subject: drop Test::Requires as a test dep, since that test isn't run by users --- dist.ini | 3 +-- xt/release/20-leaks.t | 2 +- xt/release/21-leaks-debug.t | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dist.ini b/dist.ini index ffed375..bfaf4a6 100644 --- a/dist.ini +++ b/dist.ini @@ -17,9 +17,8 @@ Scalar::Util = 0 [Prereqs / TestRequires] Test::Fatal = 0 Test::More = 0.88 -Test::Requires = 0 -[Prereqs / TestRecommends] +[Prereqs / DevelopRequires] Test::LeakTrace = 0 [Conflicts] diff --git a/xt/release/20-leaks.t b/xt/release/20-leaks.t index 788d240..c37df91 100644 --- a/xt/release/20-leaks.t +++ b/xt/release/20-leaks.t @@ -4,7 +4,7 @@ use warnings; use lib 't/lib'; use Test::More; use Test::Fatal; -use Test::Requires 'Test::LeakTrace'; +use Test::LeakTrace; use Package::Stash; use Symbol; diff --git a/xt/release/21-leaks-debug.t b/xt/release/21-leaks-debug.t index 5b7ff20..7c453e7 100644 --- a/xt/release/21-leaks-debug.t +++ b/xt/release/21-leaks-debug.t @@ -4,7 +4,7 @@ use warnings; use lib 't/lib'; use Test::More; use Test::Fatal; -use Test::Requires 'Test::LeakTrace'; +use Test::LeakTrace; BEGIN { $^P |= 0x210 } # PERLDBf_SUBLINE -- cgit v1.2.3-54-g00ecf