Bug 152630

Summary: [NEW PORT] devel/p5-Class-Accessor-Complex: Arrays, hashes, booleans, integers, sets and more
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Class-Accessor-Complex-1.100880.shar none

Description gslin 2010-11-28 02:00:20 UTC
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/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-28 02:00:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-07 04:09:08 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-07 04:09:10 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"