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
|
Source: libtemplate-timer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
libtemplate-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest-pod-perl <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtemplate-timer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtemplate-timer-perl.git
Homepage: https://metacpan.org/release/Template-Timer
Testsuite: autopkgtest-pkg-perl
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.
|