projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fb9cd26
)
drop Test::Requires as a test dep, since that test isn't run by users
0.20
Jesse Luehrs [Tue, 11 Jan 2011 17:33:17 +0000 (11:33 -0600)]
dist.ini
patch
|
blob
|
blame
|
history
xt/release/20-leaks.t
patch
|
blob
|
blame
|
history
xt/release/21-leaks-debug.t
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
index
4e611d3
..
a640328
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-13,9
+13,8
@@
perl = 5.8.1
[Prereqs / TestRequires]
Test::Fatal = 0
Test::More = 0.88
-Test::Requires = 0
-[Prereqs / TestRecommends]
+[Prereqs / DevelopRequires]
Test::LeakTrace = 0
; we maintain a Makefile.PL in the repository to be able to work without dzil,
diff --git
a/xt/release/20-leaks.t
b/xt/release/20-leaks.t
index
788d240
..
c37df91
100644
(file)
--- 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
(file)
--- 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