From d0f0aee88e9cba9f964b128179f9179df15a5a93 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Sun, 12 Dec 2010 21:38:33 +0000 Subject: This module was written because I stumbled on some serious issues of Readonly that aren't easily fixable without breaking backwards compatibility in subtle ways. In particular Readonly's use of ties is a source of subtle bugs and bad performance. Instead, this module uses the builtin readonly feature of perl, making access to the variables just as fast as any normal variable without the weird side-effects of ties. Readonly can do the same for scalars when Readonly::XS is installed, but chooses not to do so in the most common case. WWW: http://search.cpan.org/dist/Const-Fast/ --- devel/p5-Const-Fast/distinfo | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 devel/p5-Const-Fast/distinfo (limited to 'devel/p5-Const-Fast/distinfo') diff --git a/devel/p5-Const-Fast/distinfo b/devel/p5-Const-Fast/distinfo new file mode 100644 index 000000000000..9a1126ae6095 --- /dev/null +++ b/devel/p5-Const-Fast/distinfo @@ -0,0 +1,2 @@ +SHA256 (Const-Fast-0.006.tar.gz) = 611287d6df7e721225696332a0e23665aaf4074c0eee69634edb372a4069c176 +SIZE (Const-Fast-0.006.tar.gz) = 13864 -- cgit v1.2.3