Subject: | Expected breakage in upcomming changes to App::Cmd |
App::EditorTools::Command::Parent::Install should either directly, or indirectly, inherit from App::Cmd::Command.
The recommended way is using App::Cmd::Setup
use App::Cmd::Setup -command;
but { use parent 'App::Cmd::Command;' }
should be sufficient.
--
When my branch gets merged upstream, and pushed,
perl -Ilib script/editortools
App::EditorTools::Command::Parent::Install is not a App::Cmd::Command at /home/perltest/testd/app-cmd/lib/perl5/App/Cmd.pm line 86.
https://github.com/kentfredric/app-cmd/blob/kentnl-releases/lib/App/Cmd.pm#L86
If you want some code to test your code with prior to the release,
https://github.com/kentfredric/app-cmd/tarball/4fc56f885bf7a42a82f529797df7113ca25c0880
May be helpful.
The recommended way is using App::Cmd::Setup
use App::Cmd::Setup -command;
but { use parent 'App::Cmd::Command;' }
should be sufficient.
--
When my branch gets merged upstream, and pushed,
perl -Ilib script/editortools
App::EditorTools::Command::Parent::Install is not a App::Cmd::Command at /home/perltest/testd/app-cmd/lib/perl5/App/Cmd.pm line 86.
https://github.com/kentfredric/app-cmd/blob/kentnl-releases/lib/App/Cmd.pm#L86
If you want some code to test your code with prior to the release,
https://github.com/kentfredric/app-cmd/tarball/4fc56f885bf7a42a82f529797df7113ca25c0880
May be helpful.