File: control

package info (click to toggle)
libdate-range-perl 1.41-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 92 kB
  • ctags: 14
  • sloc: perl: 172; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,010 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
Source: libdate-range-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdate-simple-perl (>= 0.03),
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdate-range-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdate-range-perl.git
Homepage: https://metacpan.org/release/Date-Range
Testsuite: autopkgtest-pkg-perl

Package: libdate-range-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdate-simple-perl (>= 0.03)
Description: work with a range of dates
 Quite often, when dealing with dates, we don't just want to know information
 about one particular date, but about a range of dates. For example, we may
 wish to know whether a given date is in a particular range, or what the
 overlap is between one range and another. Date::Range lets you ask such
 questions.