Source: libdatetimex-auto-perl Section: perl Priority: optional Build-Depends: debhelper, libdatetime-format-strptime-perl , libdatetime-perl , libexporter-tiny-perl , libuniversal-ref-perl , perl, Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdatetimex-auto-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdatetimex-auto-perl Homepage: https://metacpan.org/release/DateTimeX-Auto Testsuite: autopkgtest-pkg-perl Rules-Requires-Root: no Package: libdatetimex-auto-perl Architecture: all Depends: libdatetime-format-strptime-perl, libdatetime-perl, libexporter-tiny-perl, ${misc:Depends}, ${perl:Depends}, Recommends: libuniversal-ref-perl, Description: use DateTime without needing to call constructors DateTime is awesome, but constructing `DateTime` objects can be annoying. You often need to use one of the formatter modules, or call 'DateTime->new()' with a bunch of values. If you've got a bunch of constant dates in your code, then DateTimeX::Auto makes all this a bit simpler.