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

Changelog

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

  * Import upstream version 1.7400.
    Fixes test failure with newer Specio, as discovered on ci.debian.net.
  * Declare compliance with Debian Policy 4.0.1.

 -- gregor herrmann <email address hidden>  Tue, 15 Aug 2017 18:40:24 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-strptime-perl_1.7400-1.dsc 2.8 KiB 795a221005ac2457785bf11bef576223bd9f850ab18f6a054fe1930caf7dc26c
libdatetime-format-strptime-perl_1.7400.orig.tar.gz 102.8 KiB 59b4950a113ad8afa232fcadee5479d8c58fe752501ddaaa099576d3c8a05dfd
libdatetime-format-strptime-perl_1.7400-1.debian.tar.xz 7.1 KiB 2c13f57f82b1b3f46484a2201ff2fef6680fe782c305ad3f3fe1ddfc628ee8fb

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.