Query: mojolicious::command::version
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mojolicious::Command::version(3pm) User Contributed Perl Documentation Mojolicious::Command::version(3pm)NAMEMojolicious::Command::version - Version commandSYNOPSISuse Mojolicious::Command::version; my $v = Mojolicious::Command::version->new; $v->run(@ARGV);DESCRIPTIONMojolicious::Command::version shows version information for installed core and optional modules.ATTRIBUTESMojolicious::Command::version inherits all attributes from Mojo::Command and implements the following new ones. "description" my $description = $v->description; $v = $v->description('Foo!'); Short description of this command, used for the command list. "usage" my $usage = $v->usage; $v = $v->usage('Foo!'); Usage information for this command, used for the help screen.METHODSMojolicious::Command::version inherits all methods from Mojo::Command and implements the following new ones. "run" $v->run(@ARGV); Run this command.SEE ALSOMojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Command::version(3pm)