libdate-extract-perl 0.07-1 source package in Ubuntu

Changelog

libdate-extract-perl (0.07-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.07.
  * Add debian/upstream/metadata.
  * Update Upstream-Contact.
  * Update years of upstream copyright.
  * debian/copyright: drop stanza about removed files.
  * Update test dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Update Build-Depends: drop libmodule-install-perl.

 -- gregor herrmann <email address hidden>  Mon, 23 Jan 2023 20:15:23 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-extract-perl_0.07-1.dsc 2.5 KiB ed8a4131d5c56b3e5ae92e6628943668e3124353f699ba8f8daf3a71a92717e5
libdate-extract-perl_0.07.orig.tar.gz 31.2 KiB fa078804ade4eeec1de1472e0e0bb047ae62e4c8d4d5020701b9e50577c5b8f4
libdate-extract-perl_0.07-1.debian.tar.xz 2.3 KiB d42fdeabfd91275a8948b7e8f10675e8c88b393cd0c7d0197c1937905b518d25

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.