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 40 41 42 43 44 45 46 47
  
     | 
    
      Source: libdatetime-format-natural-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Angel Abad <angel@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.420000),
               perl
Build-Depends-Indep: libboolean-perl,
                     libdate-calc-perl,
                     libdatetime-perl,
                     libdatetime-timezone-perl,
                     libclone-perl,
                     liblist-moreutils-perl,
                     libmodule-util-perl,
                     libparams-validate-perl,
                     libtest-mocktime-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-natural-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdatetime-format-natural-perl.git
Homepage: https://metacpan.org/release/DateTime-Format-Natural
Package: libdatetime-format-natural-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libboolean-perl,
         libdatetime-perl,
         libdatetime-timezone-perl,
         libclone-perl,
         liblist-moreutils-perl,
         libparams-validate-perl
Suggests: libdate-calc-perl
Description: Perl module for parsing human-readable date/time strings
 DateTime::Format::Natural parses a string with a human readable date/time
 and creates a machine readable one by applying natural parsing logic. It 
 also understands timespans.
 .
 The module is currently limited to English.
 
     |