From: Jesse Luehrs Date: Sat, 21 Jul 2012 05:26:10 +0000 (-0500) Subject: use [RunExtraTests] instead of [ExtraTests] X-Git-Tag: 2.0800~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=72bcb3610d2a76b6695dd950bd2d6a0b8250235f use [RunExtraTests] instead of [ExtraTests] --- diff --git a/dist.ini b/dist.ini index d9cdd82..73669cf 100644 --- 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 --- 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";