use [RunExtraTests] instead of [ExtraTests]
Jesse Luehrs [Sat, 21 Jul 2012 05:26:10 +0000 (00:26 -0500)]
dist.ini
xt/author/debugger-duck_type.t

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]
 
index 6bea48c..9683af3 100644 (file)
@@ -15,4 +15,4 @@ BEGIN {
     $DB::IN = $in;
 }
 
-require "$Bin/type_constraints/duck_types.t";
+require "$Bin/../../t/type_constraints/duck_types.t";