Readonly/XS version 1.05
========================
This is a companion module to Readonly.pm. You do not use
Readonly::XS directly. Instead, once it is installed, Readonly.pm
will detect this and will use it for creating read-only scalars. This
results in a significant speed improvement. This does not speed up
read-only arrays or hashes.
INSTALLATION
To install this module, do the standard Perl module four-step:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
None, although it's useless without Readonly.pm.
COPYRIGHT AND LICENSE
Eric J. Roode, roode@cpan.org
Copyright (c) 2003-2009 by Eric J. Roode. All Rights Reserved. This
module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
If you have suggestions for improvement, please drop me a line. If
you make improvements to this software, I ask that you please send me
a copy of your changes. Thanks.