cvs commit: ports/devel Makefile ports/devel/p5-Class-Std Makefile distinfo pkg-descr pkg-plist

Andrew Pantyukhin sat at FreeBSD.org
Tue May 30 11:16:37 PDT 2006


sat         2006-05-30 18:14:55 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Class-Std   Makefile distinfo pkg-descr pkg-plist 
  Log:
  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)
  
  Revision  Changes    Path
  1.2236    +1 -0      ports/devel/Makefile
  1.1       +35 -0     ports/devel/p5-Class-Std/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Class-Std/distinfo (new)
  1.1       +12 -0     ports/devel/p5-Class-Std/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Class-Std/pkg-plist (new)


More information about the cvs-ports mailing list