Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Const-Fast / pkg-descr
1 This module was written because I stumbled on some serious issues of Readonly
2 that aren't easily fixable without breaking backwards compatibility in subtle
3 ways. In particular Readonly's use of ties is a source of subtle bugs and bad
4 performance. Instead, this module uses the builtin readonly feature of perl,
5 making access to the variables just as fast as any normal variable without
6 the weird side-effects of ties. Readonly can do the same for scalars when
7 Readonly::XS is installed, but chooses not to do so in the most common case.
8
9 WWW: http://search.cpan.org/dist/Const-Fast/