| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 
 | Source: libclass-date-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libtest-warnings-perl <!nocheck>,
               perl,
               tzdata <!nocheck>,
               tzdata-legacy <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-date-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-date-perl.git
Homepage: https://metacpan.org/release/Class-Date
Rules-Requires-Root: no
Package: libclass-date-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for easy date and time manipulation
 Class::Date provides a general purpose date and time manipulation
 functions for either relative or absolute dates, featuring an object-oriented
 interface and overloading.
 |