The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Plugin::Lingua::EN::NameCase - TT2 interface to Lingua::EN::NameCase module

SYNOPSIS

  [% USE Lingua.EN.NameCase -%]
  [% checksum = content FILTER nc -%]
  [% checksum = content.nc -%]

DESCRIPTION

The Lingua::EN::NameCase Template Toolkit plugin provides access to the Lingua::EN::NameCase module functions, to translate number values to their names.

When you invoke

  [% USE Lingua.EN.NameCase %]

the following filters (and vmethods of the same name) are installed into the current context:

nc

Converts a fraction (such as 3/4) into English text (such as "three quarters").

SEE ALSO

Lingua::EN::NameCase, Template, Template::Plugin

AUTHOR

  Barbie <barbie@cpan.org>  2014

COPYRIGHT & LICENSE

Copyright (C) 2014-2015 Barbie for Miss Barbell Productions.

This distribution is free software; you can redistribute it and/or modify it under the Artistic Licence v2.