| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
17 Jan 2010 19:56:33
0.011
|
lippe  |
Update to 0.111. |
22 Jul 2009 17:27:08
0.0.9
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
07 Sep 2008 06:17:53
0.0.9
|
lippe  |
- Take maintainership. |
07 Sep 2008 01:19:05
0.0.9
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
14 Apr 2008 11:40:32
0.0.9
|
sat  |
- Update to 0.0.9 |
08 Sep 2007 01:56:04
0.0.8_1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
30 Jul 2006 23:46:04
0.0.8_1
|
sat  |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes |
20 Jul 2006 21:43:20
0.0.8_1
|
sat  |
- Data::Dumper and Test::More is in perl base
- Scalar::Util is in perl base 5.7.2 and later versions
PR: ports/100337
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
30 May 2006 19:14:55
0.0.8
|
sat  |
Add port devel/p5-Class-Std:
Most programmers who use Perl's object-oriented features construct their
objects by blessing a hash. But, in doing so, they undermine the
robustness of the OO approach. Hash-based objects are unencapsulated:
their entries are open for the world to access and modify.
Objects without effective encapsulation are vulnerable. Instead of
politely respecting their public interface, some clever client coder
inevitably will realize that it's marginally faster to interact directly
with the underlying implementation, pulling out attribute values
directly from the hash of an object.
WWW: http://search.cpan.org/dist/Class-Std/
Approved by: krion (mentor) |