r73484 - in /trunk/libdbd-mysql-perl/debian: changelog control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Apr 25 09:36:06 UTC 2011


Author: periapt-guest
Date: Mon Apr 25 09:33:03 2011
New Revision: 73484

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73484
Log:
Rewrote long description

Modified:
    trunk/libdbd-mysql-perl/debian/changelog
    trunk/libdbd-mysql-perl/debian/control

Modified: trunk/libdbd-mysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/changelog?rev=73484&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/changelog (original)
+++ trunk/libdbd-mysql-perl/debian/changelog Mon Apr 25 09:33:03 2011
@@ -17,6 +17,7 @@
   * Email change: Raphael Hertzog -> <hertzog at debian.org>
   * Email change: gregor herrmann -> <gregoa at debian.org>
   * Removed debian/clean and added rules to save and restore t/mysql.mtest
+  * Rewrote long description
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 24 Apr 2011 10:50:58 +0100
 

Modified: trunk/libdbd-mysql-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/control?rev=73484&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/control (original)
+++ trunk/libdbd-mysql-perl/debian/control Mon Apr 25 09:33:03 2011
@@ -17,5 +17,14 @@
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
  libdbi-perl (>= 1.610.90)
 Description: Perl5 database interface to the MySQL database
- DBD::mysql implements the standard Perl5 DBI interface
- to give you access to MySQL databases.
+ 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 serverl; auto-reconnection;
+ utf8; bind type guessing; bind comment placeholders; automated insert ids;
+ transactions; multiple result sets and multithreading.




More information about the Pkg-perl-cvs-commits mailing list