aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-App
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.05Sunpoet Po-Chuan Hsieh2012-06-043-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-App/Changes Notes: svn path=/head/; revision=298367
* - Update to 1.04Sunpoet Po-Chuan Hsieh2012-06-033-5/+13
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-App/Changes Notes: svn path=/head/; revision=298096
* - Add p5-MooseX-App 1.02Sunpoet Po-Chuan Hsieh2012-04-254-0/+102
MooseX-App is a highly customizeable 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. MooseX-App will then take care of - Finding, loading and initializing the command classes - Creating automated doucumentation - Reading and validating the command line options entered by the user Read the Tutorial[1] for getting started with a simple MooseX::App command line application. [1] http://search.cpan.org/dist/MooseX-App/lib/MooseX/App/Tutorial.pod WWW: http://search.cpan.org/dist/MooseX-App/ Notes: svn path=/head/; revision=295518