Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os > by-pkgid > 68bacdb819357ae217111ff8462a6420 > files > 3

perl-CGI-Application-Plugin-TT-1.04-4.fc14.noarch.rpm

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.