From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234—567891011121314 package Test::MyCmd::Command::stock;use Any::Moose;extends qw(MooseX::App::Cmd::Command);HideShow 6 lines of Pod=head1 NAMETest::MyCmd::Command::stock - nothing here is overridden=cut# This package exists to test all the default command plugin behaviors.1;
package
Test::MyCmd::Command::stock;
use
Any::Moose;
extends
qw(MooseX::App::Cmd::Command)
;
=head1 NAME
Test::MyCmd::Command::stock - nothing here is overridden
=cut
# This package exists to test all the default command plugin behaviors.
1;