summaryrefslogtreecommitdiff
path: root/devel/p5-Readonly-XS/DESCR
blob: c7759df2482fbae6b437ec56fa19493294463c56 (plain)
1
2
3
4
5
6
The Perl 5 module Readonly::XS is a companion module to the Readonly
module.  You do not use Readonly::XS directly.  Instead, once it
is installed, the Readonly module 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.