File: README

package info (click to toggle)
libmodule-starter-plugin-tt2-perl 0.125-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 151; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 416 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
Module-Starter-Plugin-TT2

This module is a plugin for Module::Starter, and allows the use of TT2 to
render templates.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

COPYRIGHT AND LICENCE

Copyright (C) 2004 Ricardo SIGNES

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