
Object::Accessor::XS

### load the XS routines
use Object::Accessor::XS;
### using the object
$object = Object::Accessor->new; # create object

Object::Accessor::XS provides a transparent, API-compatible interface to Object::Accessor. When loaded, it replaces several O:A routines with their XS equivalents; you may then continue to use Object::Accessor as before.

This module by Richard Soderberg <rsod@cpan.org>.

This module was copyright (c) 2004 Jos Boumans <kane@cpan.org>. All rights reserved.
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.