File: control

package info (click to toggle)
libdatetimex-auto-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 19
  • sloc: perl: 263; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 1,087 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
25
26
27
28
29
30
31
Source: libdatetimex-auto-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libdatetime-perl,
 libdatetime-format-strptime-perl,
 libexporter-tiny-perl,
 libuniversal-ref-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetimex-auto-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetimex-auto-perl.git
Homepage: https://metacpan.org/release/DateTimeX-Auto

Package: libdatetimex-auto-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Suggests: ${cdbs:Suggests},
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.