Bug 151489 - [NEW PORT] devel/p5-Class-Std-Utils: Utility subroutines for building "inside-out" objects
Summary: [NEW PORT] devel/p5-Class-Std-Utils: Utility subroutines for building "inside...
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-10-16 09:50 UTC by gslin
Modified: 2010-10-19 01:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-Class-Std-Utils-v0.0.3.shar (2.30 KB, text/plain)
2010-10-16 09:50 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-10-16 09:50:09 UTC
This module provides three utility subroutines that simplify the
creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
Practices" (O'Reilly, 2005) for details.

WWW:	http://search.cpan.org/dist/Class-Std-Utils/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-16 09:50:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-19 01:28:39 UTC
pgollucci    2010-10-19 00:28:32 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Class-Std-Utils Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module provides three utility subroutines that simplify the
  creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
  Practices" (O'Reilly, 2005) for details.
  
  WWW:    http://search.cpan.org/dist/Class-Std-Utils/
  
  PR:             ports/151489
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.4089    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Class-Std-Utils/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Class-Std-Utils/distinfo (new)
  1.1       +5 -0      ports/devel/p5-Class-Std-Utils/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-Class-Std-Utils/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"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-10-19 01:29:10 UTC
State Changed
From-To: open->closed

Committed, Thanks!