Bug 152630 - [NEW PORT] devel/p5-Class-Accessor-Complex: Arrays, hashes, booleans, integers, sets and more
Summary: [NEW PORT] devel/p5-Class-Accessor-Complex: Arrays, hashes, booleans, integer...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-28 02:00 UTC by gslin
Modified: 2010-12-07 04:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Class-Accessor-Complex-1.100880.shar (3.09 KB, text/plain)
2010-11-28 02:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"