From: Dave Rolsky Date: Thu, 7 Oct 2010 14:01:58 +0000 (-0500) Subject: Remove useless comment X-Git-Tag: v0.20~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=287f2b9d9f74d904de40d8218debb6bd6d1ab918;p=gitmo%2FMooseX-ClassAttribute.git Remove useless comment --- diff --git a/t/05-with-attribute-helpers-backcompat.t b/t/05-with-attribute-helpers-backcompat.t index 96cce5b..749d042 100644 --- a/t/05-with-attribute-helpers-backcompat.t +++ b/t/05-with-attribute-helpers-backcompat.t @@ -4,7 +4,7 @@ use warnings; use Test::More tests => 2; use Test::Requires { - 'MooseX::AttributeHelpers' => 0.23, # skip all if not installed + 'MooseX::AttributeHelpers' => 0.23, };