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

Expands "<field> text <field2>" templates with values from a hash.
Some special formats can impose formatting on the fields.

INSTALLATION

To install this module, use CPAN, for example:

  cpan String::Template

To instead build this software from source, run:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

After installing, you can read the documentation for this module via:

  perldoc String::Template

DEPENDENCIES

This module requires these other modules and libraries:
  POSIX, Date::Parse, DateTime::Format::Strptime

LICENSE

This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0) or GPL (1.0).