My previous role preservation fix made a todo test pass, so I moved the test and...
Dave Rolsky [Sun, 13 Feb 2011 23:04:24 +0000 (17:04 -0600)]
t/100_bugs/031_application_metarole_compat.t [moved from t/600_todo_tests/007_application_metarole_compat.t with 93% similarity]

@@ -51,9 +51,7 @@ BEGIN {
 {
     package Child;
     use Moose -traits => 'Bar';
-    { our $TODO; local $TODO = "no idea what's going on here";
     ::is( ::exception { extends 'Parent' }, undef );
-    }
 }
 
 done_testing;