From: Jesse Luehrs Date: Sat, 21 Jul 2012 05:26:10 +0000 (-0500) Subject: use [RunExtraTests] instead of [ExtraTests] X-Git-Tag: 2.0604~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a791c5e477a1202b50636662ff06be9619316654;hp=44e359750905326b79e8bf48bf926dec5511b66d;p=gitmo%2FMoose.git use [RunExtraTests] instead of [ExtraTests] --- diff --git a/dist.ini b/dist.ini index a384108..65307df 100644 --- a/dist.ini +++ b/dist.ini @@ -15,7 +15,7 @@ version = 2.0603 [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 --- 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";