The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Class::XSAccessor::Compat - Class::Accessor::Fast compatible interface for Class::XSAccessor

SYNOPSIS

Use it like you would use Class::Accessor::Fast. But MUCH faster.

DESCRIPTION

Class::XSAccessor::Compat implements a compatibility layer for Class::Accessor::Fast on top of Class::XSAccessor.

It should work exactly the same way as Class::Accessor::Fast. If you find that is not the case, please report your findings as a bug.

SEE ALSO

ACKNOWLEDGMENT

This module was inspired by and based on Ruslan Zakirov's Class::Accessor::Fast::XS module. That, in turn was heavily based on an old version of Class::XSAccessor.

AUTHOR

Steffen Mueller <smueller@cpan.org>

chocolateboy <chocolate@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Steffen Mueller

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available.