1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libtext-template-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Build-Depends: debhelper (>= 7), perl (>= 5.6.0-16)
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Text-Template/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-template-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-template-perl/
Package: libtext-template-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Text::Template perl module
Text::Template is a library for generating form letters, building
HTML pages, or filling in templates generally. A `template' is a
piece of text that has little Perl programs embedded in it here and
there. When you `fill in' a template, you evaluate the little
programs and replace them with their values.
|