In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/41191e557c536be3754384dee54e7700ca3df256?hp=d357891a037a7d721e2af6d538201982a79ec929>

- Log -----------------------------------------------------------------
commit 41191e557c536be3754384dee54e7700ca3df256
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Thu Feb 28 12:22:47 2013 +0000

    Update Text-ParseWords to CPAN version 3.28
    
      [DELTA]
    
      3.28
      Better diag information in pod.t
      More metadata in META.yml
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl                      |    2 +-
 cpan/Text-ParseWords/lib/Text/ParseWords.pm |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9cef706..f8d22ea 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1827,7 +1827,7 @@ use File::Glob qw(:case);
 
     'Text::ParseWords' => {
         'MAINTAINER'   => 'chorny',
-        'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.27.zip',
+        'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.28.tar.gz',
         'FILES'        => q[cpan/Text-ParseWords],
         'EXCLUDED'     => ['t/pod.t'],
 
diff --git a/cpan/Text-ParseWords/lib/Text/ParseWords.pm 
b/cpan/Text-ParseWords/lib/Text/ParseWords.pm
index f1b5937..e8de4b6 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>.

--
Perl5 Master Repository

Reply via email to