File: control

package info (click to toggle)
libtime-duration-parse-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 40; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,073 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
24
25
26
Source: libtime-duration-parse-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-compat (= 13)
Build-Depends-Indep: libtest-simple-perl <!nocheck>,
                     libtime-duration-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtime-duration-parse-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtime-duration-parse-perl.git
Homepage: https://metacpan.org/release/Time-Duration-Parse
Rules-Requires-Root: no

Package: libtime-duration-parse-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtime-duration-perl
Description: module to parse a string that represents a time duration
 Time::Duration::Parse is a module to parse human readable duration
 strings like 2 minutes and 3 seconds to seconds.
 .
 parse_duration '6 Minutes and 3 seconds' == 363 ;