File: control

package info (click to toggle)
librose-datetime-perl 0.540-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 829; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,214 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
27
28
29
30
31
Source: librose-datetime-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libdatetime-perl,
                     librose-object-perl,
                     libtest-pod-perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librose-datetime-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librose-datetime-perl.git
Homepage: https://metacpan.org/release/Rose-DateTime

Package: librose-datetime-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         librose-object-perl,
         libdatetime-perl
Description: collection of Perl modules for manipulating DateTime dates
 Rose::DateTime is a collection of Perl modules that provide a few convenience
 functions and objects for manipulating DateTime dates.
 .
 Rose::DateTime::Util contains a simple date parser and a slightly customized
 date formatter.
 .
 Rose::DateTime::Parser encapsulates a date parser with an associated default
 time zone.