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


Template-Stash-Encode documentation  | view source Contained in the Template-Stash-Encode distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.03

SYNOPSIS

Top

	use Template::Stash::Encode;
	use Template;

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

METHODS

Top

new

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

icode

Input charactor code. (See Encode)

ocode

Output charactor code. (See Encode)

get

Override method.

SEE ALSO

Top

Template, Encode

AUTHOR

Top

Toru Yamaguchi, <zigorou at cpan.org>

BUGS

Top

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

Top

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

http://annocpan.org/dist/Template-Stash-Encode

* CPAN Ratings

http://cpanratings.perl.org/d/Template-Stash-Encode

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-Stash-Encode

* Search CPAN

http://search.cpan.org/dist/Template-Stash-Encode

COPYRIGHT & LICENSE

Top


Template-Stash-Encode documentation  | view source Contained in the Template-Stash-Encode distribution.