File: control

package info (click to toggle)
librose-datetime-perl 0.540-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 128 kB
  • ctags: 27
  • sloc: perl: 829; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,330 bytes parent folder | download | duplicates (2)
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
34
Source: librose-datetime-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Nicholas Bamber <nicholas@periapt.co.uk>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libdatetime-perl,
                     librose-object-perl,
                     libtest-pod-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librose-datetime-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librose-datetime-perl.git
Homepage: https://metacpan.org/release/Rose-DateTime/

Package: librose-datetime-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         librose-object-perl,
         libdatetime-perl
Description: collection of Perl modules for manipulating DateTime dates
 Rose::DateTime is a collection of Perl modules that provide a few convenience
 functions and objects for manipulating DateTime dates.
 .
 Rose::DateTime::Util contains a simple date parser and a slightly customized 
 date formatter.
 .
 Rose::DateTime::Parser encapsulates a date parser with an associated default 
 time zone.