diff options
author | rillig <rillig> | 2009-03-04 00:09:30 +0000 |
---|---|---|
committer | rillig <rillig> | 2009-03-04 00:09:30 +0000 |
commit | 8577fd8b5ede5a5b8ce1a68ada8c21cf5393f110 (patch) | |
tree | a30c442f422147608c015a48a5d2ad2549821fb0 | |
parent | 684c4a8f90b99eebab19969f89089210a0c4e69e (diff) | |
download | pkgsrc-8577fd8b5ede5a5b8ce1a68ada8c21cf5393f110.tar.gz |
Removed unnecessary and confusing text from the DESCR. It had been
copied from the man page.
-rw-r--r-- | databases/p5-Net-MySQL/DESCR | 16 |
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. |