Acme::PlayCode.3pm

Langue: en

Version: 2010-05-25 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Acme::PlayCode - Code transforming to avoid typical typing mistakes

SYNOPSIS

     use Acme::PlayCode;
     
     my $app = new Acme::PlayCode;
     
     $app->load_plugin('DoubleToSingle');
     $app->load_plugin('ExchangeCondition');
     
     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
 
 

ALPHA WARNING

Acme::PlayCode is still in its infancy. No fundamental changes are expected, but nevertheless backwards compatibility is not yet guaranteed.

DESCRIPTION

It aims to change the code to be better (to be worse if you want).

More description and API detais will come later.

PLUGINS

Acme::PlayCode::Plugin::Averything
load all plugins we found.
Acme::PlayCode::Plugin::DoubleToSingle
Play code with Single and Double
Acme::PlayCode::Plugin::ExchangeCondition
Play code with exchanging condition
Acme::PlayCode::Plugin::PrintComma
Play code with printing comma
Acme::PlayCode::Plugin::NumberPlus
Play code with plus number

SEE ALSO

Moose, PPI, MooseX::Object::Pluggable

AUTHOR

Fayland Lam, "<fayland at gmail.com>"

ACKNOWLEDGEMENTS

The Moose Team.

Jens Rehsack, for the description (RT 53680)

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.