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
|
Source: libdate-extract-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastian Blank <bastian.blank@credativ.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-data-inheritable-perl <!nocheck>,
libdatetime-format-natural-perl <!nocheck>,
libtest-mocktime-hires-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdate-extract-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdate-extract-perl.git
Homepage: https://metacpan.org/release/Date-Extract
Rules-Requires-Root: no
Package: libdate-extract-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-data-inheritable-perl,
libdatetime-format-natural-perl
Description: module to extract probable dates from strings
Date::Extract extracts dates from arbitrary strings. It will take an
arbitrary block of text, search it for something that looks like a date
string, and build a DateTime object out of it.
.
By design it will produce few false positives. This means it will not catch
nearly everything that looks like a date string. So if you have the string
"do homework for class 2019" it won't return a DateTime object with the year
set to 2019.
|