1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
## Name
MooX::Cmd - Giving an easy Moo style way to make command organized CLI apps
## Description
Eases the writing of command line utilities, accepting commands and
subcommands and so on. These commands can form a tree, which is
mirrored in the package structure. On invocation each command along
the path through the tree (starting from the toplevel command
through to the most specific one) is instanciated.
## Author
Torsten Raudssus, "<torsten at raudss.us>"
Jens Rehsack, "<rehsack at cpan.org>"
## BUGS
Please report any bugs or feature requests to "bug-moox-cmd
at rt.cpan.org", or through the web interface at
<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooX-Cmd>. I
will be notified, and then you'll automatically be notified
of progress on your bug as I make changes.
## Support
Repository
http://github.com/Getty/p5-moox-cmd
Pull request and additional contributors are welcome
Issue Tracker
http://github.com/Getty/p5-moox-cmd/issues
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooX-Cmd
bug-moox-cmd at rt.cpan.org
## License And Copyright
Copyright 2012-2013 Torsten Raudssus, Copyright 2013-2014 Jens Rehsack.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See <http://dev.perl.org/licenses/> for more information.
|