projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e0a3915
)
use [RunExtraTests] instead of [ExtraTests]
Jesse Luehrs [Sat, 21 Jul 2012 05:26:10 +0000 (
00:26
-0500)]
dist.ini
patch
|
blob
|
blame
|
history
xt/author/debugger-duck_type.t
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
index
d9cdd82
..
73669cf
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-15,7
+15,7
@@
version = 2.0600
[MetaJSON]
[License]
[Readme]
-[ExtraTests]
+[RunExtraTests]
[ExecDir]
[ShareDir]
diff --git
a/xt/author/debugger-duck_type.t
b/xt/author/debugger-duck_type.t
index
6bea48c
..
9683af3
100644
(file)
--- a/
xt/author/debugger-duck_type.t
+++ b/
xt/author/debugger-duck_type.t
@@
-15,4
+15,4
@@
BEGIN {
$DB::IN = $in;
}
-require "$Bin/type_constraints/duck_types.t";
+require "$Bin/../../t/type_constraints/duck_types.t";