Acme::PlayCode::Plugin::NumberPlus - Play code with plus number


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

Index


NAME

Top

Acme::PlayCode::Plugin::NumberPlus - Play code with plus number

SYNOPSIS

Top

    use Acme::PlayCode;

    my $app = new Acme::PlayCode;

    $app->load_plugin('NumberPlus');

    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

    my $a = 1 + 2;

becomes

    my $a = 3; # 1 + 2

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.