Revision history for CLI-Dispatch
0.06 2010/04/02
- support inline packages to pack everything in a script file
0.05 2009/07/15
- Now you can add a "check" method to a command to see if it is
really available for a user (if the command dies there due to
the lack of recommended modules etc, the dying message will be
shown in the commands list). (rjbs++)
0.04 2009/07/10
- should always parse .pod file if it exists (tokuhirom++)
0.03 2009/05/16
- better error handling (not to show pod with an unexpected error)
0.02 2008/11/17
- explicitly camelize the first argument for 'Help' command
0.01 2008/11/17
- initial release