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

Philip M. Gollucci pgollucci at FreeBSD.org
Tue Dec 7 04:09:04 UTC 2010


pgollucci    2010-12-07 04:09:04 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Class-Accessor-Complex Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  This module generates accessors for your class in the same spirit as
  Class::Accessor does. While the latter deals with accessors for
  scalar values, this module provides accessor makers for arrays,
  hashes, integers, booleans, sets and more.
  
  As seen in the synopsis, you can chain calls to the accessor makers.
  Also, because this module inherits from Class::Accessor, you can put
  a call to one of its accessor makers at the end of the chain.
  
  The accessor generators also generate documentation ready to be used
  with Sub::Documentation.
  
  WWW:    http://search.cpan.org/~marcel/Class-Accessor-Complex-1.100880/
  
  PR:             ports/152630
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.4157    +1 -0      ports/devel/Makefile
  1.1       +32 -0     ports/devel/p5-Class-Accessor-Complex/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Class-Accessor-Complex/distinfo (new)
  1.1       +13 -0     ports/devel/p5-Class-Accessor-Complex/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-Class-Accessor-Complex/pkg-plist (new)


More information about the cvs-ports mailing list