+ - fix test failure where Class::XSAccessor is not available
+
0.091000 - 2012-04-27
- document MX::AttributeShortcuts 009+ support
- documentation for the metaclass inflation code
# rwp
{
is $foo->rwp, undef, "rwp value starts out undefined";
- like exception { $foo->rwp($test) }, qr/Usage: Foo::rwp\(self\)/, "rwp is read_only";
+ ok exception { $foo->rwp($test) }, "rwp is read_only";
is exception { $foo->_set_rwp($test) }, undef, "rwp can be set by writer";
is $foo->rwp, $test, "rwp value was set by writer";
}