NNAAMMEE
      Template::Plugin::Jcode - TT plugin using Jcode methods as
      virtual method

SSYYNNOOPPSSIISS
        [% USE Jcode %]

        # Convert some string to japanese euc.
        [% foo = 'some string' %]
        [% foo.jcode.euc %]

        # It can use with other virtual methods.
        [% bar = '012-345-678' %]
        [% bar.split('-').0.jcode.tr(from, to) %]

DDEESSCCRRIIPPTTIIOONN
      Template::Plugin::Jcode is plugin for TT, which can use
      Jcode methods as virtual method.

AAUUTTHHOORR
      Yoshiki KURIHARA <[email protected]>

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

SSEEEE AALLSSOO
      Template, Jcode