NAME
Template::Stash::Encode - Encode charactor code on stash variables
VERSION
Version 0.03
SYNOPSIS
use Template::Stash::Encode;
use Template;
my Template $tt = Template->new(
STASH => Template::Stash::Encode->new(icode => 'utf8', ocode => 'shiftjis')
);
METHODS
new
Constructor (See Template::Stash). See below constructor parameter of hash reference.
get
Override method.
SEE ALSO
AUTHOR
Toru Yamaguchi, <zigorou at cpan.org>
BUGS
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.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Template::Stash::Encode
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-Stash-Encode
Search CPAN
COPYRIGHT & LICENSE
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.