Remove comment about $TODO
Dave Rolsky [Sat, 17 Sep 2011 02:07:23 +0000 (21:07 -0500)]
t/basics/universal_methods_wrappable.t

index 388b28c..350688c 100644 (file)
@@ -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' );