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

Changelog

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

  [ Ansgar Burchardt ]
  * debian/control: Fix typo in package description. (Closes: #626791)
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release.
  * Refresh patches (offset).
  * Update years of packaging copyright.
  * Switch to debhelper 8.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:04:19 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
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-1.debian.tar.gz 8.4 KiB 38258928ffd4d1b2123035744909c2b5422b800f3d27cf1f6dc342cb7df6d478
libdbd-mysql-perl_4.020-1.dsc 2.1 KiB 569787882136d2d66e9b204a1c1773056a5c42de530842da7589fc27b110d536

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.