aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Std
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Update to 0.111.Felippe de Meirelles Motta2010-01-172-4/+4
| | | | Notes: svn path=/head/; revision=248025
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Take maintainership.Felippe de Meirelles Motta2008-09-071-1/+1
| | | | Notes: svn path=/head/; revision=220058
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 0.0.9Andrew Pantyukhin2008-04-142-6/+4
| | | | Notes: svn path=/head/; revision=211233
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-2/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* - Data::Dumper and Test::More is in perl baseAndrew Pantyukhin2006-07-202-6/+8
| | | | | | | | | | - Scalar::Util is in perl base 5.7.2 and later versions PR: ports/100337 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=168335
* Add port devel/p5-Class-Std:Andrew Pantyukhin2006-05-304-0/+55
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) Notes: svn path=/head/; revision=163991