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

Changelog

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

  * Build for openkylin.

 -- denghao <email address hidden>  Mon, 05 Sep 2022 04:12:23 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdatetime-format-builder-perl_0.83.orig.tar.gz 61.9 KiB 61ffb23d85b3ca1786b2da3289e99b57e0625fe0e49db02a6dc0cb62c689e2f2
libdatetime-format-builder-perl_0.83-ok1.debian.tar.xz 5.3 KiB 614586949b2c1a8fa35d000db23e776581f18a93bbe5a4370c0f8509b889d33c
libdatetime-format-builder-perl_0.83-ok1.dsc 2.2 KiB 0aae5876051b09529433bd5ef9a527bde20843fa5a977f657572180b88d61059

Available diffs

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.