projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8596646
)
Remove comment about $TODO
Dave Rolsky [Sat, 17 Sep 2011 02:07:23 +0000 (21:07 -0500)]
t/basics/universal_methods_wrappable.t
patch
|
blob
|
blame
|
history
diff --git
a/t/basics/universal_methods_wrappable.t
b/t/basics/universal_methods_wrappable.t
index
388b28c
..
350688c
100644
(file)
--- a/
t/basics/universal_methods_wrappable.t
+++ b/
t/basics/universal_methods_wrappable.t
@@
-18,7
+18,7
@@
use Test::More;
package Foo;
use Moose;
- use Test::More; # for $TODO
+ use Test::More;
::is( ::exception { with 'FakeBar' }, undef, 'applied role' );