Acme::PlayCode::Plugin::Averything - A is Ace, All, Averything


Acme-PlayCode documentation  | view source Contained in the Acme-PlayCode distribution.

Index


NAME

Top

Acme::PlayCode::Plugin::Averything - A is Ace, All, Averything

SYNOPSIS

Top

    use Acme::PlayCode;

    my $app = new Acme::PlayCode;

    # load all plugins we find at the dir of this module sits.
    $app->load_plugin('Averything');

    my $played_code = $app->play( $code );
    # or
    my $played_code = $app->play( $filename );
    # or
    $app->play( $filename, { rewrite_file => 1 } ); # override $filename with played code

DESCRIPTION

Top

Load all plugins find at lib/Acme/PlayCode/Plugin/.

SEE ALSO

Top

Acme::PlayCode, Moose, PPI, MooseX::Object::Pluggable

AUTHOR

Top

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Top


Acme-PlayCode documentation  | view source Contained in the Acme-PlayCode distribution.