From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112—1314151617181920 # ABSTRACT: The App::Spec command which is runuse strict;use warnings;package App::Spec::Run::Cmd;our $VERSION = 'v0.14.1'; # TRIAL VERSIONuse App::Spec::Run;use Moo;1;__END__HideShow 8 lines of Pod=pod=head1 NAMEApp::Spec::Run::Cmd - The App::Spec command which is run=cut
# ABSTRACT: The App::Spec command which is run
use
strict;
warnings;
package
App::Spec::Run::Cmd;
our
$VERSION
=
'v0.14.1'
;
# TRIAL VERSION
App::Spec::Run;
Moo;
1;
__END__
=pod
=head1 NAME
App::Spec::Run::Cmd - The App::Spec command which is run
=cut