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

Changelog

libdatetime-format-builder-perl (0.8300-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:39:47 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-builder-perl_0.8300.orig.tar.gz 61.9 KiB 61ffb23d85b3ca1786b2da3289e99b57e0625fe0e49db02a6dc0cb62c689e2f2
libdatetime-format-builder-perl_0.8300-ok1.debian.tar.xz 4.9 KiB 3bb18b399903c4429e3e0b985e2778ef89ad0591be8c61c72ed6f98a64a1a60d
libdatetime-format-builder-perl_0.8300-ok1.dsc 2.3 KiB 863c59f8975155bb8b054acb8710f50a6c133957b828d4806c190f1e061f004e

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.