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

Changelog

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

  * Team upload.
  * Import upstream version 1.6100
    Fixes "warns on usage, breaks libxml-rpc-fast-perl build"
    (Closes: #805104)
  * Update build and runtime dependencies
  * Mark as autopkgtest-able

 -- Lucas Kanashiro <email address hidden>  Sat, 14 Nov 2015 12:05:42 -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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-strptime-perl_1.6100-1.dsc 2.7 KiB 7b9255ef41cebfd7e876cff4565f2581c577814461541bfc27d4d9b83854d778
libdatetime-format-strptime-perl_1.6100.orig.tar.gz 41.1 KiB a3eaf637500ce682590665d405a5df12d3739e54dfdafd78cc19bfad4acc275a
libdatetime-format-strptime-perl_1.6100-1.debian.tar.xz 6.7 KiB 83ff2bf9b14dddafd2150f71b90f100412603268ee350ac751655dfae6cd0a45

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.