Date: Sun, 12 Dec 2010 21:38:33 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Const-Fast Makefile distinfo pkg-descr pkg-plist Message-ID: <201012122138.oBCLcXDb058253@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-12-12 21:38:33 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Const-Fast Makefile distinfo pkg-descr pkg-plist
Log:
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/
Revision Changes Path
1.4169 +1 -0 ports/devel/Makefile
1.1 +24 -0 ports/devel/p5-Const-Fast/Makefile (new)
1.1 +2 -0 ports/devel/p5-Const-Fast/distinfo (new)
1.1 +9 -0 ports/devel/p5-Const-Fast/pkg-descr (new)
1.1 +5 -0 ports/devel/p5-Const-Fast/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012122138.oBCLcXDb058253>
