libdatetime-format-strptime-perl 1.6200-1 source package in Ubuntu

Changelog

libdatetime-format-strptime-perl (1.6200-1) unstable; urgency=medium

  * Import upstream version 1.6200.

 -- gregor herrmann <email address hidden>  Mon, 21 Dec 2015 21:11:18 +0100

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-strptime-perl_1.6200-1.dsc 2.7 KiB f0889ac492f1603fc46acb4abafd8aa6d99bfc2f7544788716cebe62360bacf0
libdatetime-format-strptime-perl_1.6200.orig.tar.gz 41.3 KiB a03478bb832e20854f61a9aea05caf31c2c936cab759eb0b1f854ded4f0c8ae7
libdatetime-format-strptime-perl_1.6200-1.debian.tar.xz 6.7 KiB e47822d5afcbb3cf0749c48625e7e8d05383141df88f6b52f156d9efd9956f14

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-format-strptime-perl: Perl module to parse and format strp and strf time patterns

 DateTime::Format::Strptime implements most of strptime(3), the POSIX
 function that is the reverse of strftime(3), for DateTime. While strftime
 takes a DateTime and a pattern and returns a string, strptime takes
 a string and a pattern and returns the DateTime object
 associated.