summaryrefslogtreecommitdiff
path: root/cpan/Text-ParseWords
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-02-28 12:22:47 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-02-28 12:22:47 +0000
commit41191e557c536be3754384dee54e7700ca3df256 (patch)
tree9e9b93b165ef2ff1d51f310ab0d95a21ba6b39eb /cpan/Text-ParseWords
parentd357891a037a7d721e2af6d538201982a79ec929 (diff)
downloadperl-41191e557c536be3754384dee54e7700ca3df256.tar.gz
Update Text-ParseWords to CPAN version 3.28
[DELTA] 3.28 Better diag information in pod.t More metadata in META.yml
Diffstat (limited to 'cpan/Text-ParseWords')
-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>.