summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Text-ParseWords/lib/Text/ParseWords.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpan/Text-ParseWords/lib/Text/ParseWords.pm b/cpan/Text-ParseWords/lib/Text/ParseWords.pm
index f1b5937904..e8de4b6ab3 100644
--- a/cpan/Text-ParseWords/lib/Text/ParseWords.pm
+++ b/cpan/Text-ParseWords/lib/Text/ParseWords.pm
@@ -2,7 +2,7 @@ package Text::ParseWords;
use strict;
require 5.006;
-our $VERSION = "3.27";
+our $VERSION = "3.28";
use Exporter;
@@ -274,6 +274,10 @@ Replacing C<quotewords('\s+', 0, q{this is...})>
with C<shellwords(q{this is...})>
is a simpler way to accomplish the same thing.
+=head1 SEE ALSO
+
+L<Text::CSV> - for parsing CSV files
+
=head1 AUTHORS
Maintainer: Alexandr Ciornii <alexchornyATgmail.com>.