- Add 5 of BUILD_DEPENDS for make test
- Among make test items, waitpid() in test #11 won't return,
disable it for the moment by renaming 11*.t to 11*.t.orig. XXXXXX
(upstream)
- update to 1.33
----------------
1.33 2015-04-17
- Fix failing tests
- Fix manifest
--------------
1.32 2015-?-? (2015-03-22)
- Improved Term Plugin (History, Delete, Pasting, Pos1/End, Cursors)
- Documentation
- Added app_command_register
- Errors are now printed on STDERR
- Disable fuzzy match for single letter parameters
- Use proper exitcodes if errors occur
- Add tests for subprocesses
- Add MutexGroup plugin (implemented by Hunter McMillen)
- Add Depends plugin (implemented by Hunter McMillen)
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.