Support is => 'bare' for compatibility
[gitmo/Mouse.git] / t / 000-recipes / 001_point.t
index 1f52f0f..90b989b 100644 (file)
@@ -36,7 +36,7 @@ use Test::Exception;
        
        extends 'Point';
        
-       has 'z' => (isa => 'Int');
+       has 'z' => (isa => 'Int', is => 'bare');
        
        after 'clear' => sub {
            my $self = shift;