1Acme::PlayCode::Plugin:U:sAevrerCyotnhtirnigb(u3t)ed PerAlcmDeo:c:uPmleanytCaotdieo:n:Plugin::Averything(3)
2
3
4
6 Acme::PlayCode::Plugin::Averything - A is Ace, All, Averything
7
9 use Acme::PlayCode;
10
11 my $app = new Acme::PlayCode;
12
13 # load all plugins we find at the dir of this module sits.
14 $app->load_plugin('Averything');
15
16 my $played_code = $app->play( $code );
17 # or
18 my $played_code = $app->play( $filename );
19 # or
20 $app->play( $filename, { rewrite_file => 1 } ); # override $filename with played code
21
23 Load all plugins find at lib/Acme/PlayCode/Plugin/.
24
26 Acme::PlayCode, Moose, PPI, MooseX::Object::Pluggable
27
29 Fayland Lam, "<fayland at gmail.com>"
30
32 Copyright 2008 Fayland Lam, all rights reserved.
33
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37
38
39perl v5.30.0 2019-07-A2c6me::PlayCode::Plugin::Averything(3)