1Acme::PlayCode::Plugin:U:sNeurmbCeornPtlruisb(u3tpemd)PAecrmle:D:oPcluamyeCnotdaet:i:oPnlugin::NumberPlus(3pm)
2
3
4

NAME

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

SYNOPSIS

9           use Acme::PlayCode;
10
11           my $app = new Acme::PlayCode;
12
13           $app->load_plugin('NumberPlus');
14
15           my $played_code = $app->play( $code );
16           # or
17           my $played_code = $app->play( $filename );
18           # or
19           $app->play( $filename, { rewrite_file => 1 } ); # override $filename with played code
20

DESCRIPTION

22           my $a = 1 + 2;
23
24       becomes
25
26           my $a = 3; # 1 + 2
27

SEE ALSO

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

AUTHOR

32       Fayland Lam, "<fayland at gmail.com>"
33
35       Copyright 2008 Fayland Lam, all rights reserved.
36
37       This program is free software; you can redistribute it and/or modify it
38       under the same terms as Perl itself.
39
40
41
42perl v5.38.0                      2023-0A7c-m2e0::PlayCode::Plugin::NumberPlus(3pm)
Impressum