The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CGI::Application::Plugin::TT::LastModified adds "Last-Modified" header based on modification time of TT template component

Copyright (C) 2007, Graham TerMarsch.  All Rights Reserved.

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

To install:
    perl Build.PL
    ./Build
    ./Build test
    ./Build install

or
    perl Makefile.PL
    make
    make test
    make install