NAME

MooseX::App::Plugin::Version - Adds a command to display version

SYNOPSIS

In your base class:

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

In your shell

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

DESCRIPTION

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