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

NAME

  plosurin.p5  - process soy files

SYNOPSIS

  plosurin.p5 -type perl5  -package MyApp::Tmpl file.soy > file.pm
  plosurin.p5 -mode web /devel/dir

   options:

    -help  - print help message
    -man   - print man page
    -mode|m  - web | soy . default soy.
    
    options for -mode soy:

    -type|t type - type outpuf file: perl5.
                    default: perl5
    -package - (perl5, perl6 modes) - set package name.
                    default: MyApp::Tmpl

    options for -mode web
    - p - set http port .default 8080.
    - d - set web serever root path. default current dir.
    

OPTIONS

-help

Print a brief help message and exit

-man

Prints manual page and exit

DESCRIPTION

    plosurin.p5  - process soy files

EXAMPLE

   plosurin.p5 -type perl5  -package MyApp::Tmpl < file.soy

AUTHOR

Zahatski Aliaksandr, <zahatski@gmail.com>

COPYRIGHT AND LICENSE

Copyright 2011 by Zahatski Aliaksandr

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