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 26 27 28 29 30 31 32 33
|
Source: libdate-calc-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: perl,
debhelper (>= 9.20120312),
libbit-vector-perl (>= 7.4),
libcarp-clan-perl,
libdate-calc-perl (>= 6.4),
libtest-exception-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdate-calc-xs-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdate-calc-xs-perl.git
Homepage: https://metacpan.org/release/Date-Calc-XS
Testsuite: autopkgtest-pkg-perl
Package: libdate-calc-xs-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends},
libbit-vector-perl (>= 7.4),
libcarp-clan-perl,
libdate-calc-perl (>= 6.4)
Breaks: libdate-calc-perl (<< 6.2-1)
Replaces: libdate-calc-perl (<< 6.2-1)
Description: Perl library for accessing dates
Date::Calc::XS is a C/XS-based implementation of the Date::Calc Perl module.
It interfaces with a C library to provide a wide variety of calculations
based on the Gregorian calendar. This package is never used directly. See
Date::Calc's documentation (libdate-calc-perl) for usage details.
|