added YourClass->meta->add_attribute(foo => (is => 'ro', isa => 'Str')); support.
[gitmo/Mouse.git] / t / 042-override.t
2009-02-05 Shawn M Moore Implement override/super