File: README

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 (41 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
CGI::Application::Plugin::TT

Add Template Toolkit support to CGI::Application


INSTALLATION

To install this module, run the following commands:

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


Alternatively, if you do not have Module::Build but you do have 'make',
you can used the included Makefile.PL and run the following commands:

    perl Makefile.PL
    make
    make test
    make install


DEPENDENCIES

CGI::Application v4.0
Template
Scalar::Util
File::Spec
Class::ISA



COPYRIGHT AND LICENCE

Copyright (C) 2005 Cees Hek, All Rights Reserved.

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