Date: Wed, 24 Nov 2010 05:20:58 +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/lang Makefile ports/lang/p5-Parse-Perl Makefile distinfo pkg-descr pkg-plist Message-ID: <201011240520.oAO5KwnW072838@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-11-24 05:20:58 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/p5-Parse-Perl Makefile distinfo pkg-descr pkg-plist Log: This module provides the capability to parse a string at runtime as Perl source code, so that the resulting compiled code can be later executed. This is part of the job of the string form of the eval operator, but in this module it is separated out from the other jobs of eval. Parsing of Perl code is generally influenced by its lexical context, and this module provides some explicit control over this process, by reifying lexical environments as Perl objects. WWW: http://search.cpan.org/dist/Parse-Perl/ PR: ports/152447 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.709 +1 -0 ports/lang/Makefile 1.1 +30 -0 ports/lang/p5-Parse-Perl/Makefile (new) 1.1 +2 -0 ports/lang/p5-Parse-Perl/distinfo (new) 1.1 +9 -0 ports/lang/p5-Parse-Perl/pkg-descr (new) 1.1 +11 -0 ports/lang/p5-Parse-Perl/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011240520.oAO5KwnW072838>