File: control

package info (click to toggle)
libtemplate-provider-encoding-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 88 kB
  • ctags: 9
  • sloc: perl: 52; makefile: 52
file content (23 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libtemplate-provider-encoding-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.10-12), libtemplate-perl (>= 2.1)
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Template-Provider-Encoding/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-provider-encoding-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-provider-encoding-perl/


Package: libtemplate-provider-encoding-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libtemplate-perl (>= 2.1)
Description:  Template plugin to specify encoding
 Template::Plugin::encoding is a Template plugin to declare the
 encoding of template files. This plugin doesn't actually do anything
 but Template::Provider::Encoding scans the usage of this module to
 find the encoding of templates. As a bonus, you can use encoding
 variable in the template to specify file encoding, which might be
 useful for XML or HTML meta tag.