back out 'bare' attribute changes (moving to a branch)
[gitmo/Moose.git] / t / 020_attributes / 022_legal_options_for_inheritance.t
index c44b7d1..e30cc97 100644 (file)
@@ -26,8 +26,7 @@ use Test::More tests => 2;
 
     has 'bar' => (
       metaclass       => 'Bar::Meta::Attribute',
-      my_legal_option => sub { 'Bar' },
-      is => 'bare',
+      my_legal_option => sub { 'Bar' }
     );
 
     package Bar::B;