Date: Tue, 7 Dec 2010 04:09:28 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Getopt-Attribute Makefile distinfo pkg-descr pkg-plist Message-ID: <201012070409.oB749SMf098107@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-12-07 04:09:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Getopt-Attribute Makefile distinfo pkg-descr pkg-plist Log: This module provides an attribute wrapper around Getopt::Long. Instead of declaring the options in a hash with references to the variables and subroutines affected by the options, you can use the Getopt attribute on the variables and subroutines directly. As you can see from the Synopsis, the attribute takes an argument of the same format as you would give as the hash key for Getopt::Long. See the Getopt::Long manpage for details. WWW: http://search.cpan.org/dist/Getopt-Attribute/ PR: ports/152631 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.4158 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Getopt-Attribute/Makefile (new) 1.1 +2 -0 ports/devel/p5-Getopt-Attribute/distinfo (new) 1.1 +10 -0 ports/devel/p5-Getopt-Attribute/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Getopt-Attribute/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012070409.oB749SMf098107>