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
|
Source: libtemplate-tiny-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtemplate-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Angel Abad <angelabad@gmail.com>,
Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Template-Tiny/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-tiny-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-tiny-perl/
Package: libtemplate-tiny-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: lightweight implementation of Template Toolkit
Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit, in as few lines of code as possible.
.
It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the familiarity of TT-style templates.
.
Note: This module is experimental and subject to change without notice.
|