summaryrefslogtreecommitdiff
path: root/databases/p5-Net-MySQL
diff options
context:
space:
mode:
authorrillig <rillig>2009-03-04 00:09:30 +0000
committerrillig <rillig>2009-03-04 00:09:30 +0000
commit9887344ef6d3725601a51329bb72cf95a1cf35e6 (patch)
treea30c442f422147608c015a48a5d2ad2549821fb0 /databases/p5-Net-MySQL
parent4e2a20c7e47b8e84a62d883a04b4d66a2b010b52 (diff)
downloadpkgsrc-9887344ef6d3725601a51329bb72cf95a1cf35e6.tar.gz
Removed unnecessary and confusing text from the DESCR. It had been
copied from the man page.
Diffstat (limited to 'databases/p5-Net-MySQL')
-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.