Commit graph

3 commits

Author SHA1 Message Date
Andrew Pantyukhin
c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00
Andrew Pantyukhin
7807f28f58 - 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>
2006-07-20 20:43:19 +00:00
Andrew Pantyukhin
9a7e733057 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)
2006-05-30 18:14:55 +00:00