The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    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

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

SEE ALSO

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

AUTHOR

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Copyright 2008 Fayland Lam, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.