| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Mar 2012 16:15:36
0.225
|
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.225
|
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 |
06 May 2011 14:15:40
0.225
|
rafan  |
- Update to 0.225
PR: ports/156793
Submitted by: sunpoet@ |
02 Jan 2011 13:21:21
0.224
|
rafan  |
- Update to 0.224 |
17 Sep 2009 09:31:19
0.223
|
rafan  |
- Update to 0.223
Feature safe: yes |
31 Aug 2009 08:41:36
0.222
|
rafan  |
- Update to 0.222 |
17 Apr 2008 14:30:31
0.221
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
31 Mar 2008 05:44:29
0.221
|
rafan  |
- Update to 0.221 |
09 Mar 2008 03:59:56
0.220
|
rafan  |
- Update to 0.220 |
24 Oct 2007 08:51:10
0.219
|
rafan  |
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
WWW: http://search.cpan.org/dist/parent/ |