File: control

package info (click to toggle)
libtemplate-plugin-cycle-perl 1.06-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: perl: 1,103; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libtemplate-plugin-cycle-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libparams-util-perl, libtemplate-perl
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Template-Plugin-Cycle/

Package: libtemplate-plugin-cycle-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libparams-util-perl, libtemplate-perl
Description: Cyclically insert into a Template from a sequence of values
 Template::Plugin::Cycle is a small, simple, and hopefully DWIM solution to
 these sorts of tasks.
 .
 It can be used either as a normal Template::Plugin, or can be created directly
 and passed in as a template argument, so that you can set up situations where
 it is implicitly available in every page.