MooseX-XSAccessor
=================
Created: 2013-06-13
Home page: <https://metacpan.org/release/MooseX-XSAccessor>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=MooseX-XSAccessor>
Maintainer: Toby Inkster <mailto:tobyink@cpan.org>
0.002 2013-06-16
- (Packaging) Support slightly older versions of Class::XSAccessor (back
to 1.09).
- Don't use Class::XSAccessor 1.16 and below to generate predicate
methods, because their behaviour differs observably from Moose. If you
want XS predicates, you'll need Class::XSAccessor 1.17 (which is not on
CPAN yet).
- Refactor overridden install_accessors into an 'after' method modifier,
with the hope that this makes MooseX::XSAccessor play nicer with other
MooseX modules.
0.001 2013-06-14 # Stable release
0.000_02 2013-06-14
- (Addition) MooseX::XSAccessor::is_xs function.
- (Bugfix) Work around some edge cases.
- (Documentation) Better documentation.
- (Packaging) Better test cases.
0.000_01 2013-06-14 # Developer release