Source: libdate-range-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Sandro Tosi 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.