libdatetime-format-mysql-perl 0.06-1 source package in Ubuntu

Changelog

libdatetime-format-mysql-perl (0.06-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * New upstream release.
    Fixes "FTBFS with perl 5.24: Error:  POSIX class [:punct::] unknown"
    (Closes: #825353)
  * Update years of packaging copyright.
  * Update short description.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Sun, 29 May 2016 18:01: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
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-mysql-perl_0.06-1.dsc 2.4 KiB e9003732c219e6b794d0288e519e5d3e8b151dead5537a7fea60544d3c1ec6d3
libdatetime-format-mysql-perl_0.06.orig.tar.gz 13.2 KiB 9818d4162ec9cec6139ba97b39e0489d217581a1d43fbb713f3beffe80f98f1d
libdatetime-format-mysql-perl_0.06-1.debian.tar.xz 2.8 KiB fd62a7d7d7711abfa14bd63a04527662a1db60b52954fc3a7c162b99ae770039

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-format-mysql-perl: module to parse and format MySQL dates and times

 DateTime::Format::MySQL understands the formats used by MySQL for its
 DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to
 parse these formats in order to create DateTime objects, and it can
 take a DateTime object and produce a string representing it in the
 MySQL format.