| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 Dec 2012 06:12:28
1.100880_1
|
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
25 Jul 2012 06:32:08
1.100880_1
|
cs  |
Fix typos in COMMENT |
13 Mar 2012 16:15:36
1.100880_1
|
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
1.100880_1
|
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 |
12 Feb 2012 02:05:29
1.100880_1
|
pgollucci  |
- Fix DEPENDS
- Bump PORTREVISION
PR: ports/164934
Submitted by: swills
Approved by: gslin@gslin.org (maintainer) |
12 Feb 2011 09:30:23
1.100880
|
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
12 Dec 2010 03:52:24
1.100880
|
pgollucci  |
- @comment cleanup in p5-* pkg-plist |
07 Dec 2010 04:09:04
1.100880
|
pgollucci  |
This module generates accessors for your class in the same spirit as
Class::Accessor does. While the latter deals with accessors for
scalar values, this module provides accessor makers for arrays,
hashes, integers, booleans, sets and more.
As seen in the synopsis, you can chain calls to the accessor makers.
Also, because this module inherits from Class::Accessor, you can put
a call to one of its accessor makers at the end of the chain.
The accessor generators also generate documentation ready to be used
with Sub::Documentation.
WWW: http://search.cpan.org/~marcel/Class-Accessor-Complex-1.100880/
PR: ports/152630
Submitted by: Gea-Suan Lin <gslin at gslin.org> |