Remove useless comment
Dave Rolsky [Thu, 7 Oct 2010 14:01:58 +0000 (09:01 -0500)]
t/05-with-attribute-helpers-backcompat.t

index 96cce5b..749d042 100644 (file)
@@ -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,
 };