libdbd-mysql-perl 4.020-1build1 source package in Ubuntu

Changelog

libdbd-mysql-perl (4.020-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 23:15:20 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdbd-mysql-perl_4.020.orig.tar.gz 134.5 KiB 9299f39f3903d3e0afa6440401f88329a057834817684aa699a507dad6a993e7
libdbd-mysql-perl_4.020-1build1.debian.tar.gz 8.5 KiB 133f7a955f4f6891f4674275c336321a496b1ce592cc04a3fe968190bf064d67
libdbd-mysql-perl_4.020-1build1.dsc 2.2 KiB 92b9ea616e80e9f4d6b7bcd69e2d146ee7473a5b9d63d0aea586190810994019

Available diffs

View changes file

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.