libdatetime-format-builder-perl 0.8200-ok1 source package in openKylin

Changelog

libdatetime-format-builder-perl (0.8200-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdatetime-format-builder-perl_0.8200.orig.tar.gz 62.0 KiB 383faeb22b992c77ca65a5257992dd2f6db91a7db73ea4601c512e1c6c2e1ca3
libdatetime-format-builder-perl_0.8200-ok1.debian.tar.xz 4.9 KiB b8606779effd8f520e71ee791d3bc8b051c9f42ff47376d7b6998917ec7bceb2
libdatetime-format-builder-perl_0.8200-ok1.dsc 2.3 KiB 2e4cb4458b4cb709e57ea4e92a0ccc545193f158893392f0deaa9b2f9dacef95

View changes file

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.