1MooseX::App::Plugin::VeUrsseironC(o3n)tributed Perl DocuMmoeonsteaXt:i:oAnpp::Plugin::Version(3)
2
3
4

NAME

6       MooseX::App::Plugin::Version - Adds a command to display the version
7       and license of your application
8

SYNOPSIS

10       In your base class:
11
12        package MyApp;
13        use MooseX::App qw(Version);
14
15       In your shell
16
17        bash$ myapp version
18        VERSION
19            MyApp version 2.1
20            MooseX::App version 1.08
21            Perl version 5.16.2
22
23        LICENSE
24            This library is free software and may be distributed under the same terms
25            as perl itself.
26

DESCRIPTION

28       This plugin adds a command to display the version of your application,
29       MooseX::App and perl.
30
31       Furthermore it tries to parse the Pod of the base class and extract
32       LICENSE, AUTHOR and COPYRIGHT sections
33
34
35
36perl v5.34.0                      2021-07-22   MooseX::App::Plugin::Version(3)
Impressum