NAME
Mojo::Command::Version - Version Command
SYNOPSIS
use Mojo::Command::Version;
my $v = Mojo::Command::Version->new;
$v->run(@ARGV);
DESCRIPTION
Mojo::Command::Version shows versions of installed modules.
ATTRIBUTES
Mojo::Command::Version inherits all attributes from Mojo::Command and implements the following new ones.
description
my $description = $v->description;
$v = $v->description('Foo!');
usage
my $usage = $v->usage;
$v = $v->usage('Foo!');
METHODS
Mojo::Command::Version inherits all methods from Mojo::Command and implements the following new ones.
run
$get = $v->run(@ARGV);