App-Jup

 view release on metacpan or  search on metacpan

lib/App/Jup/Command.pm  view on Meta::CPAN

package App::Jup::Command;
$App::Jup::Command::VERSION = '1.01';
# ABSTRACT: base class for jup commands

use Modern::Perl;
use App::Cmd::Setup -command;

1;

__END__

=pod

=head1 NAME

App::Jup::Command - base class for jup commands

=head1 AUTHOR

Adam Stokes <adamjs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Adam Stokes.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut



( run in 0.957 second using v1.01-cache-2.11-cpan-13bb782fe5a )