File: control

package info (click to toggle)
libclass-date-perl 1.1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 248 kB
  • ctags: 100
  • sloc: perl: 674; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,049 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
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 (>= 9.20120312~),
               perl (>= 5.19.9) | libscalar-list-utils-perl (>= 1:1.38),
               perl (>= 5.19.6) | libtest-simple-perl (>= 1.001000),
               perl,
               tzdata
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-date-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-date-perl.git
Homepage: https://metacpan.org/release/Class-Date

Package: libclass-date-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs: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.