From: Dave Rolsky Date: Sat, 17 Sep 2011 02:07:23 +0000 (-0500) Subject: Remove comment about $TODO X-Git-Tag: 2.0300~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5af4bafe8ed13d53d425f71ef5c86ef995261fe2;hp=8596646e2540c05c35092ec3b4371458596f5fac;p=gitmo%2FMoose.git Remove comment about $TODO --- diff --git a/t/basics/universal_methods_wrappable.t b/t/basics/universal_methods_wrappable.t index 388b28c..350688c 100644 --- 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' );