X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=xs-src%2FMouseAttribute.xs;h=2caf7be54e9f34b4c1289486f43d9215e9919c93;hp=30163fbb06ba11ec39217bb93c202e352922f893;hb=787f84c2e6971ebb69a12663cddbf3307c1ca371;hpb=ae34e0779f972bfb489cb174f2f2dbafcbb34ba3 diff --git a/xs-src/MouseAttribute.xs b/xs-src/MouseAttribute.xs index 30163fb..2caf7be 100644 --- a/xs-src/MouseAttribute.xs +++ b/xs-src/MouseAttribute.xs @@ -218,5 +218,5 @@ BOOT: INSTALL_SIMPLE_PREDICATE_WITH_KEY(Attribute, has_builder, builder); INSTALL_SIMPLE_PREDICATE_WITH_KEY(Attribute, has_documentation, documentation); - INSTALL_SIMPLE_READER_WITH_DEFAULTS(Attribute, accessor_metaclass, "Mouse::Meta::Method::Accessor::XS"); + INSTALL_CLASS_HOLDER(Attribute, accessor_metaclass, "Mouse::Meta::Method::Accessor::XS");