Resolve TODO: Mouse::Util::TypeConstraints->unimport works
gfx [Wed, 7 Oct 2009 10:30:16 +0000 (19:30 +0900)]
t/010_basics/009_import_unimport.t

index 373eb2b..0ad5c3e 100755 (executable)
@@ -58,10 +58,8 @@ can_ok('Bar', $_) for @moose_type_constraint_exports;
     die $@ if $@;
 }
 
-{
-    local $TODO = 'Mouse::Util::TypeConstraints->unimport is not yet supported';
-    ok(!Bar->can($_), '... Bar can no longer do ' . $_) for @moose_type_constraint_exports;
-}
+
+ok(!Bar->can($_), '... Bar can no longer do ' . $_) for @moose_type_constraint_exports;
 
 {
     package Baz;