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

NAME

Object::Accessor::XS

SYNOPSIS

    ### load the XS routines
    use Object::Accessor::XS;

    ### using the object
    $object = Object::Accessor->new;        # create object

DESCRIPTION

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.

AUTHOR

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

COPYRIGHT

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.