summaryrefslogtreecommitdiffstats
path: root/xt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-11 11:41:38 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-11 11:41:38 -0600
commitcc8f865ca8368f9514a68d63f083070f15e69f35 (patch)
tree17cf775c5a4b5437df314dae9a3e911b3751213b /xt
parentfdf824b1a6a27647aff81ce5516fc50ac31785b5 (diff)
downloadpackage-stash-cc8f865ca8368f9514a68d63f083070f15e69f35.tar.gz
package-stash-cc8f865ca8368f9514a68d63f083070f15e69f35.zip
drop Test::Requires as a test dep, since that test isn't run by users
Diffstat (limited to 'xt')
-rw-r--r--xt/release/20-leaks.t2
-rw-r--r--xt/release/21-leaks-debug.t2
2 files changed, 2 insertions, 2 deletions
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