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

NAME

Plosurin::Context - maintain collection of files and templates

SYNOPSIS

    new Plosurin::Context( <Plo::File1>,<Plo::File2> );

DESCRIPTION

Plosurin::Context - maintain collection of files and templates

new

    #init colection
    new Plosurin::Context( <Plo::File1>,<Plo::File2> );

name2tmpl

return hash all templates {

 }

get_template_by_name

get by .name -> absolute -> rerurn ref to template

get_perl5_name $template_object

get perl5 full path

SEE ALSO

Closure Templates Documentation http://code.google.com/closure/templates/docs/overview.html

Perl 6 implementation https://github.com/zag/plosurin

AUTHOR

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Zahatski Aliaksandr

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