File: control

package info (click to toggle)
libtime-stopwatch-perl 1.00-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 68 kB
  • sloc: perl: 83; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 909 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
20
21
22
Source: libtime-stopwatch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtime-stopwatch-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtime-stopwatch-perl.git
Homepage: https://metacpan.org/release/Time-Stopwatch

Package: libtime-stopwatch-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to use tied scalars as timers
 The Time::Stopwatch module provides a convenient interface to
 timing functions through tied scalars.  From the point of view of the
 user, scalars tied to the module simply increase their value by one
 every second.