Reorganize t/020_attributes/
[gitmo/Mouse.git] / t / 020_attributes / 027_accessor_override_method.t
index 6ad9219..4c2acb1 100644 (file)
@@ -5,6 +5,7 @@ use t::lib::MooseCompat;
 use strict;
 use warnings;
 use Test::More;
+$TODO = q{Mouse is not yet completed};
 
 use Test::Requires {
     'Test::Output' => '0.01', # skip all if not installed