projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e08b17
)
Remove useless comment
Dave Rolsky [Thu, 7 Oct 2010 14:01:58 +0000 (09:01 -0500)]
t/05-with-attribute-helpers-backcompat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/05-with-attribute-helpers-backcompat.t
b/t/05-with-attribute-helpers-backcompat.t
index
96cce5b
..
749d042
100644
(file)
--- 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,
};