Require Dist::Zilla 4.200016+
[gitmo/Moose.git] / 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' );