Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/p5-MooseX-App,
Write user-friendly command line apps with even less suffering
Branch: CURRENT,
Version: 1.30,
Package name: p5-MooseX-App-1.30,
Maintainer: pkgsrc-usersMooseX-App is a highly customisable helper to write user-friendly command
line applications without having to worry about most of the annoying things
usually involved.
Just take any existing Moose class, add a single line (use MooseX-App
qw(PluginA PluginB ...);) and create one class for each command in an
underlying namespace. Options and positional parameters can be defined as
simple Moose accessors.
Required to run:[
lang/perl5] [
textproc/p5-Pod-Elemental]
Master sites: (Expand)
SHA1: d72be11dff384430315df69c4a52ff578444da67
RMD160: f1a8938f060db1b6fc66f10d7d778ca2036cbd82
Filesize: 74.008 KB
Version history: (Expand)
- (2015-10-16) Package deleted from pkgsrc
- (2015-09-07) Package has been reborn
- (2015-09-07) Package deleted from pkgsrc
- (2015-06-03) Package has been reborn
- (2015-06-03) Package deleted from pkgsrc
- (2015-02-02) Package added to pkgsrc.se, version p5-MooseX-App-1.30 (created)
CVS history: (Expand)
2015-02-01 15:45:36 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Import p5-MooseX-App-1.30 as wip/p5-MooseX-App.
MooseX-App is a highly customisable helper to write user-friendly command
line applications without having to worry about most of the annoying things
usually involved.
Just take any existing Moose class, add a single line (use MooseX-App
qw(PluginA PluginB ...);) and create one class for each command in an
underlying namespace. Options and positional parameters can be defined as
simple Moose accessors.
|