App-Jup

 view release on metacpan or  search on metacpan

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

package App::Jup;
$App::Jup::VERSION = '1.01';
use Modern::Perl;
use App::Cmd::Setup -app;

# ABSTRACT: Global Jup options

sub global_opt_spec {
    return (["verbose|v:s@", "extra logging"]);
}

1;

__END__

=pod

=head1 NAME

App::Jup - Global Jup options

=head1 DESCRIPTION

Processes a Jupfile for performing build and deployment tasks of your
application in a Juju enabled environment.

=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

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 8.816 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-d29e8ade9f55 )