Skip to content

Enhance Template Toolkit with easy access to DateTime and DateTime::Format::Flexible

Notifications You must be signed in to change notification settings

IntelliTree/perl-Template-Plugin-AutoDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template::Plugin::AutoDate

This perl module enhances Template Toolkit to provide easy access to DateTime and DateTime::Format::Flexible. It coerces plain strings to DateTime objects, giving you the full power of DateTime's date manipulation inside your templates.

You can install the latest stable release of this module from CPAN

cpanm Template::Plugin::AutoDate

and see the full docuentation locally with

perldoc ./lib/Template/Plugin/AutoDate.pm   # before installed
perldoc Template::Plugin::AutoDate          # after installed

To build and install this source code, use the Dist::Zilla tool:

cpanm Dist::Zilla
dzil authordeps --missing | cpanm
dzil build
cpanm ./Template-Plugin-AutoDate-$VERSION.tar.gz

About

Enhance Template Toolkit with easy access to DateTime and DateTime::Format::Flexible

Resources

Stars

Watchers

Forks

Packages

No packages published