summaryrefslogtreecommitdiff
path: root/databases/p5-Net-MySQL/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-Net-MySQL/DESCR')
-rw-r--r--databases/p5-Net-MySQL/DESCR16
1 files changed, 5 insertions, 11 deletions
diff --git a/databases/p5-Net-MySQL/DESCR b/databases/p5-Net-MySQL/DESCR
index a615927e5f5..50bd851a95f 100644
--- a/databases/p5-Net-MySQL/DESCR
+++ b/databases/p5-Net-MySQL/DESCR
@@ -1,11 +1,5 @@
-Net::MySQL is a Pure Perl client interface for the MySQL database.
-This module implements network protocol between server and client
-of MySQL, thus you don't need external MySQL client library like
-libmysqlclient for this module to work. It means this module enables
-you to connect to MySQL server from some operation systems which
-MySQL is not ported.
-How nifty!
-
-Since this module's final goal is to completely replace DBD::mysql,
-API is made similar to that of DBI.
-From perl you activate the interface with the statement
+Net::MySQL is a Pure Perl client interface for the MySQL database. This
+module implements network protocol between server and client of MySQL,
+thus you don't need external MySQL client library like libmysqlclient
+for this module to work. It means this module enables you to connect to
+MySQL server from some operation systems which MySQL is not ported.