Commit graph

2 commits

Author SHA1 Message Date
Philip M. Gollucci
dbe72c3290 - Remove @comment from the p5- pkg-plists
Missed by:      myself (pgollucci)
Reminded by:    az
2010-11-24 06:14:27 +00:00
Philip M. Gollucci
0b78261529 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>
2010-11-24 05:20:58 +00:00