X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000-recipes%2F002_schwartz_tutorial.t;h=c15003ef3d78cace9e1660d030ddcdc7d268763e;hb=e82cf08d6ab36c4269c82cb2e066defee22a26d8;hp=c23715ec630c7f98d22751545da332b90833353a;hpb=49a56bbafc81e4d50e4a95a65f987a448dfe5ecc;p=gitmo%2FMouse.git diff --git a/t/000-recipes/002_schwartz_tutorial.t b/t/000-recipes/002_schwartz_tutorial.t index c23715e..c15003e 100755 --- a/t/000-recipes/002_schwartz_tutorial.t +++ b/t/000-recipes/002_schwartz_tutorial.t @@ -125,7 +125,6 @@ is stdout, "Mr. Ed\n"; $talking->color("grey"); # sets the color $talking->speak; # says "Mr. Ed goes neigh" -TODO: { local $TODO = "this currently fails because of a bug in Class::Method::Modifiers (see RT #42992)"; is stdout, <speak; # prints "Baab goes baaaah" is stdout, <new(name => 'Mickey');