Sebastian Riedel > Mojo > Mojo::Command::Generate::Makefile

Download:
Mojo-0.999913.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Source  

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!');

usage

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

METHODS ^

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

run

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