[svn:perlfaq] r6484 - perlfaq/trunk

[email protected] Thu, 8 Jun 2006 00:28:12 -0700 (PDT)
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
Author: comdog
Date: Thu Jun  8 00:28:09 2006
New Revision: 6484

Modified:
   perlfaq/trunk/perlfaq4.pod

Log:
* removed duplicate reference to Text::CSV


Modified: perlfaq/trunk/perlfaq4.pod
==============================================================================
--- perlfaq/trunk/perlfaq4.pod	(original)
+++ perlfaq/trunk/perlfaq4.pod	Thu Jun  8 00:28:09 2006
@@ -862,8 +862,6 @@
 	use Text::ParseWords;
 	@new = quotewords(",", 0, $text);
 
-There's also a C<Text::CSV> (Comma-Separated Values) module on CPAN.
-
 =head2 How do I strip blank space from the beginning/end of a string?
 
 (contributed by brian d foy)