Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5a250e146aa1e83ae3264c8b162dbd1c > files > 8

perl-Readonly-XS-1.50.0-1mdv2010.0.i586.rpm

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.