libdbd-mysql-perl 4.025-1 source package in Ubuntu

Changelog

libdbd-mysql-perl (4.025-1) unstable; urgency=low


  * Team upload

  * Imported Upstream version 4.025
    + fixes misparsing of single quotes in comments (Closes: #311040)
  * updated years of upstream copyright
  * adapt lintian override about unbreakable line in manual
  * drop trailing slash from metacpan URLs
  * add a patch fixing bad whatis entry in README.pod
  * claim conformance with Policy 3.9.5

 -- Damyan Ivanov <email address hidden>  Wed, 06 Nov 2013 22:52:31 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libdbd-mysql-perl_4.025-1.dsc 2.2 KiB 7d11bb5bb6a5513e3de9960f37efaaecf4696f0ec16f9e7791467c7a35e1e61f
libdbd-mysql-perl_4.025.orig.tar.gz 132.4 KiB 3fed5a6c767948ff0cfa11229e40b2f984c3a9f3f866ffb15c857396784e9d43
libdbd-mysql-perl_4.025-1.debian.tar.gz 8.7 KiB 55c316a26fd303e11204d92369365e2478589c9dd1a5990d389e26a2cc2de2bc

Available diffs

No changes file available.

Binary packages built by this source

libdbd-mysql-perl: Perl5 database interface to the MySQL database

 DBD::mysql is the Perl5 Database Interface driver for the MySQL
 database. In other words: DBD::mysql is an interface between the Perl
 programming language and the MySQL programming API that comes with the
 MySQL relational database management system. Most functions provided by
 this programming API are supported. Some rarely used functions are
 missing, mainly because noone ever requested them. However supported
 features include: compression of data between server and client; timeouts;
 SSL; prepared statement support; server administration such as creating
 and dropping databases and restarting the server; auto-reconnection;
 utf8; bind type guessing; bind comment placeholders; automated insert ids;
 transactions; multiple result sets and multithreading.