diff options
author | seb <seb@pkgsrc.org> | 2009-08-21 01:57:54 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-08-21 01:57:54 +0000 |
commit | 0e1d2ea23f58492c9d1fe3cf8997c16504b91c8a (patch) | |
tree | be8093bf9cc81d2a360efebc1992ca911f1f361d | |
parent | baab9852d639e9dc3c718e52993fc5655eb439e0 (diff) | |
download | pkgsrc-0e1d2ea23f58492c9d1fe3cf8997c16504b91c8a.tar.gz |
Note initial addition of p5-MooseX-App-Cmd version 0.05 as
devel/p5-MooseX-App-Cmd into The NetBSD Packages Collection.
The Perl 5 module MooseX::App::Cmd 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.
-rw-r--r-- | doc/CHANGES-2009 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 11d73d95bf1..5d652034dc1 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.3298 2009/08/20 23:02:12 seb Exp $ +$NetBSD: CHANGES-2009,v 1.3299 2009/08/21 01:57:54 seb Exp $ Changes to the packages collection and infrastructure in 2009: @@ -4335,3 +4335,4 @@ Changes to the packages collection and infrastructure in 2009: Updated devel/p5-Getopt-Long-Descriptive to 0.076 [seb 2009-08-20] Updated comms/asterisk to 1.2.33nb1 [jnemeth 2009-08-20] Updated devel/p5-App-Cmd to 0.206 [seb 2009-08-20] + Added devel/p5-MooseX-App-Cmd version 0.05 [seb 2009-08-21] |