File: README.txt

package info (click to toggle)
libcgi-application-plugin-tt-perl 1.05-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 368 kB
  • ctags: 82
  • sloc: perl: 647; sh: 28; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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