Subject: | [patch] Follow api change in App::Cmd since 0.300 |
Problem:
App::Cmd 0.300 rename $cmd->run to $cmd->execute. Old method supported
while, but generate warnings. This can be seen from tests of
MooseX::App::Cmd.
Fix:
* Rename $cmd->run to $cmd->execute in docs and tests
* Require App::Cmd 0.300
Patch can be obtained from my github repo:
http://github.com/vovkasm/moosex-app-
cmd/commit/ce9cd6f1f19692766afe97906a66b2db3ec4f5c5