From: Dave Rolsky Date: Mon, 29 Aug 2011 16:24:51 +0000 (-0500) Subject: Fix typo in test description X-Git-Tag: 2.0300~102 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6325cab292b9ec6c2ac69f6516c5fd3a59efbb21;p=gitmo%2FMoose.git Fix typo in test description --- diff --git a/t/bugs/attribute_trait_parameters.t b/t/bugs/attribute_trait_parameters.t index 1d0afc9..7f49a69 100644 --- a/t/bugs/attribute_trait_parameters.t +++ b/t/bugs/attribute_trait_parameters.t @@ -41,7 +41,7 @@ use Test::Requires { R => { -excludes => ['method'] }, ], ); - } q{}, 'no warning with -alias parameterized attribute traits'; + } q{}, 'no warning with -excludes parameterized attribute traits'; } done_testing;