• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D20-Feb-2013438

Makefile.PLH A D20-Feb-2013699

MANIFESTH A D20-Feb-2013145

META.ymlH A D20-Feb-2013409

ppport.hH A D20-Feb-201314.4 KiB

READMEH A D20-Feb-2013942

t/H11-Apr-20133

XS.pmH A D20-Feb-20133 KiB

XS.xsH A D20-Feb-2013309

README

1Readonly/XS version 1.05
2========================
3
4This is a companion module to Readonly.pm.  You do not use
5Readonly::XS directly.  Instead, once it is installed, Readonly.pm
6will detect this and will use it for creating read-only scalars.  This
7results in a significant speed improvement.  This does not speed up
8read-only arrays or hashes.
9
10INSTALLATION
11
12To install this module, do the standard Perl module four-step:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19DEPENDENCIES
20
21None, although it's useless without Readonly.pm.
22
23COPYRIGHT AND LICENSE
24
25Eric J. Roode, roode@cpan.org
26
27Copyright (c) 2003-2009 by Eric J. Roode. All Rights Reserved.  This
28module is free software; you can redistribute it and/or modify it under
29the same terms as Perl itself.
30
31If you have suggestions for improvement, please drop me a line.  If
32you make improvements to this software, I ask that you please send me
33a copy of your changes. Thanks.
34