logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       This plugin adds a command to display the version of your application, MooseX::App and perl.

       Furthermore it tries to parse the Pod of the base class and extract LICENSE, AUTHOR and COPYRIGHT
       sections

perl v5.36.0                                       2023-10-22                  MooseX::App::Plugin::Version(3pm)

Name

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

Synopsis

       In your base class:

        package MyApp;
        use MooseX::App qw(Version);

       In your shell

        bash$ myapp version
        VERSION
            MyApp version 2.1
            MooseX::App version 1.08
            Perl version 5.16.2

        LICENSE
            This library is free software and may be distributed under the same terms
            as perl itself.

See Also