File: control

package info (click to toggle)
libtemplate-timer-perl 1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 84 kB
  • ctags: 3
  • sloc: perl: 94; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 903 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-timer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libtemplate-perl, libtest-pod-perl (>= 1.14)
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Template-Timer/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-timer-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-timer-perl.git

Package: libtemplate-timer-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl
Description: rudimentary profiling module for Template Toolkit
 Template::Timer provides inline timings of the template processing throughout
 your code. It's an overridden version of Template::Context that wraps the
 process() and include() methods.