| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Dec 2012 12:40:25
0.007
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
13 Mar 2012 16:15:36
0.007
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.007
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
05 Mar 2012 01:27:58
0.007
|
sunpoet  |
- Add BUILD_DEPENDS and TEST_DEPENDS |
17 Feb 2012 08:56:28
0.007
|
jadawin  |
- Add devel/p5-Devel-CallChecker as a build depends
Reported by: PH |
13 Feb 2012 09:31:31
0.007
|
jadawin  |
- Update to 0.007
- Add devel/p5-Devel-CallChecker as a dependency
- Changelog: http://search.cpan.org/src/ZEFRAM/Parse-Perl-0.007/Changes |
14 Jan 2012 19:12:20
0.006
|
miwi  |
- Update to 0.006
- Pass maintainership to perl
PR: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
24 Nov 2010 06:14:27
0.005
|
pgollucci  |
- Remove @comment from the p5- pkg-plists
Missed by: myself (pgollucci)
Reminded by: az |
24 Nov 2010 05:20:58
0.005
|
pgollucci  |
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> |