• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/CGI/Application/Plugin/H04-Jun-2010-971255

t/H04-Jun-2010-794539

Build.PLH A D04-Jun-2010573 2118

ChangesH A D04-Jun-20103.4 KiB10774

MANIFESTH A D04-Jun-2010694 3534

META.ymlH A D04-Jun-2010670 2827

Makefile.PLH A D04-Jun-2010637 1917

READMEH A D04-Jun-2010690 4224

README

1CGI::Application::Plugin::TT
2
3Add Template Toolkit support to CGI::Application
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Build.PL
11    ./Build
12    ./Build test
13    ./Build install
14
15
16Alternatively, if you do not have Module::Build but you do have 'make',
17you can used the included Makefile.PL and run the following commands:
18
19    perl Makefile.PL
20    make
21    make test
22    make install
23
24
25DEPENDENCIES
26
27CGI::Application v4.0
28Template
29Scalar::Util
30File::Spec
31Class::ISA
32
33
34
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2005 Cees Hek, All Rights Reserved.
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
41
42