NAME
    Template::Plugin::Comma - TT Plugin to commify numbers

SYNOPSIS
      [% USE Comma %]

      [% FILTER comma -%]
      10000
      [%- END %]

      [% item.price | comma %]

DESCRIPTION
    Template::Plugin::Comma is a plugin for TT, which allows you to commify
    your numbers in templates. This would be especially useful for prices.

AUTHOR
    Original idea by Yoshiki Kurihara <kurihara@cpan.org>

    Tatsuhiko Miyagawa <miyagawa@bulknews.net>

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

SEE ALSO
    the Template manpage, "perldoc -q comma"

