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.
|