libdatetime-format-builder-perl 0.8300-1 source package in Ubuntu

Changelog

libdatetime-format-builder-perl (0.8300-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.8300.
  * Update debian/upstream/metadata.
  * Bump debhelper from old 12 to 13.
  * Set Rules-Requires-Root: no.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Tue, 11 Aug 2020 16:32:03 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-builder-perl_0.8300-1.dsc 2.8 KiB 0937e053a463ea3383a4fd8c973749b72d54d7dd00856ea5a5f507c157a636d4
libdatetime-format-builder-perl_0.8300.orig.tar.gz 61.9 KiB 61ffb23d85b3ca1786b2da3289e99b57e0625fe0e49db02a6dc0cb62c689e2f2
libdatetime-format-builder-perl_0.8300-1.debian.tar.xz 6.1 KiB eb67c2ce1c8092983c0f6551af13dca02a43c51de5068ad615ca4324bd639155

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-format-builder-perl: module to create DateTime parsers

 DateTime::Format::Builder creates DateTime parsers. Many string formats of
 dates and times are simple and just require a basic regular expression to
 extract the relevant information. Builder provides a simple way to do this
 without writing reams of structural code.
 .
 Builder provides a number of methods, most of which you'll never need, or
 at least rarely need. They're provided more for exposing of the module's
 innards to any subclasses, or for when you need to do something slightly
 unusual.