Mojo::Command::Generate::Makefile.3pm

Langue: en

Version: 2010-08-12 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Mojo::Command::Generate::Makefile - Makefile Generator Command

SYNOPSIS

     use Mojo::Command::Generate::Makefile;
 
     my $makefile = Mojo::Command::Generate::Makefile->new;
     $makefile->run(@ARGV);
 
 

DESCRIPTION

Mojo::Command::Generate::Makefile is a makefile generator.

ATTRIBUTES

Mojo::Command::Generate::Makefile inherits all attributes from Mojo::Command and implements the following new ones.

description

     my $description = $makefile->description;
     $makefile       = $makefile->description('Foo!');
 
 

Short description of this command, used for the command list.

usage

     my $usage = $makefile->usage;
     $makefile = $makefile->usage('Foo!');
 
 

Usage information for this command, used for the help screen.

METHODS

Mojo::Command::Generate::Makefile inherits all methods from Mojo::Command and implements the following new ones.

run

     $makefile = $makefile->run(@ARGV);
 
 

Run this command.

SEE ALSO

Mojolicious, Mojolicious::Guides, <http://mojolicious.org>.