p5-Readonly no longer recommends Readonly::XS

This commit is contained in:
afresh1 2015-05-25 01:19:40 +00:00
parent 95c991d7f7
commit 21fef5b1bf

View File

@ -4,6 +4,3 @@ and all sorts of recursive data-structures.
Use as an alternative to constant, the main difference is that Readonly
creates scalars and other variables that are much easier to interpolate
into strings and other contexts.
p5-Readonly auto-detects the arch-dependent package p5-Readonly-XS,
which is faster, and uses it if available.