File: control

package info (click to toggle)
libdatetime-format-flexible-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 544 kB
  • ctags: 64
  • sloc: perl: 2,105; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,763 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
32
33
34
35
36
37
38
39
Source: libdatetime-format-flexible-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Ryan Niebur <ryan@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libdatetime-format-builder-perl,
                     libdatetime-perl,
                     libdatetime-timezone-perl,
                     liblist-moreutils-perl,
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libtest-mocktime-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-flexible-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-flexible-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-Flexible

Package: libdatetime-format-flexible-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdatetime-format-builder-perl,
         libdatetime-perl,
         libdatetime-timezone-perl,
         liblist-moreutils-perl,
         libmodule-pluggable-perl | perl (<< 5.17.0)
Description: Perl module to transform strings into DateTime objects
 DateTime::Format::Flexible is designed to transform arbitrary date/time
 strings into DateTime objects. It is currently able to parse and extract date
 information from over 2500 variations of date/time strings.
 .
 Although this module is similar in nature to DateTime::Format::Natural (see
 libdatetime-format-natural-perl), it currently fails to parse more than 2000
 of the formats successfully parsed by this module.