Date: Tue, 16 Nov 2010 02:53:09 +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-MooseX-App-Cmd Makefile distinfo pkg-descr pkg-plist Message-ID: <201011160253.oAG2r9r4050483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-11-16 02:53:09 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-MooseX-App-Cmd Makefile distinfo pkg-descr pkg-plist
Log:
This module marries App::Cmd with MooseX::Getopt.
Use it like App::Cmd advises (especially see App::Cmd::Tutorial),
swapping App::Cmd::Command for MooseX::App::Cmd::Command.
Then you can write your moose commands as moose classes, with
MooseX::Getopt defining the options for you instead of opt_spec
returning a Getopt::Long::Descriptive spec.
WWW: http://search.cpan.org/dist/MooseX-App-Cmd/
PR: ports/ports/152164
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Revision Changes Path
1.4118 +1 -0 ports/devel/Makefile
1.1 +27 -0 ports/devel/p5-MooseX-App-Cmd/Makefile (new)
1.1 +2 -0 ports/devel/p5-MooseX-App-Cmd/distinfo (new)
1.1 +10 -0 ports/devel/p5-MooseX-App-Cmd/pkg-descr (new)
1.1 +10 -0 ports/devel/p5-MooseX-App-Cmd/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011160253.oAG2r9r4050483>
