
Template::Stash::Encode - Encode charactor code on stash variables

Version 0.03

use Template::Stash::Encode;
use Template;
my Template $tt = Template->new(
STASH => Template::Stash::Encode->new(icode => 'utf8', ocode => 'shiftjis')
);

Constructor (See Template::Stash). See below constructor parameter of hash reference.
Override method.


Toru Yamaguchi, <zigorou at cpan.org>

Please report any bugs or feature requests to bug-template-stash-encode at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Stash-Encode. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Template::Stash::Encode
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-Stash-Encode

Copyright 2006 Toru Yamaguchi, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.