libdate-extract-perl 0.06-2 source package in Ubuntu

Changelog

libdate-extract-perl (0.06-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 07:54:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-extract-perl_0.06-2.dsc 2.2 KiB 547e9fafa93b6819792b520d4c17d1266b5289635bb7d77339257f1abe568265
libdate-extract-perl_0.06.orig.tar.gz 32.0 KiB bc7658d5c50c3525ec0efcb55236a5de2d5d4fc06fc147fa3929c8f0953cda2b
libdate-extract-perl_0.06-2.debian.tar.xz 2.1 KiB 55fdeae34d553a5e5f8a868355b860f9c1fb2dbc5b551d262974362004375141

Available diffs

No changes file available.

Binary packages built by this source

libdate-extract-perl: 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.