In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d570e6e37e0b62a9ede7e8cdd602b9f432642fe3?hp=997c424a5725c6a1ddfcced6f5d13535e970f842>

- Log -----------------------------------------------------------------
commit d570e6e37e0b62a9ede7e8cdd602b9f432642fe3
Author: Ricardo Signes <r...@cpan.org>
Date:   Sun Aug 2 22:44:21 2015 -0400

    add a small note that find2perl is not in core
-----------------------------------------------------------------------

Summary of changes:
 ext/File-Find/lib/File/Find.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ext/File-Find/lib/File/Find.pm b/ext/File-Find/lib/File/Find.pm
index af2a2e7..a888925 100644
--- a/ext/File-Find/lib/File/Find.pm
+++ b/ext/File-Find/lib/File/Find.pm
@@ -3,7 +3,7 @@ use 5.006;
 use strict;
 use warnings;
 use warnings::register;
-our $VERSION = '1.29';
+our $VERSION = '1.30';
 require Exporter;
 require Cwd;
 
@@ -1051,7 +1051,8 @@ following globals available: C<$File::Find::topdir>,
 C<$File::Find::topdev>, C<$File::Find::topino>,
 C<$File::Find::topmode> and C<$File::Find::topnlink>.
 
-This library is useful for the C<find2perl> tool, which when fed,
+This library is useful for the C<find2perl> tool (distribued as part of the
+App-find2perl CPAN distribution), which when fed,
 
     find2perl / -name .nfs\* -mtime +7 \
         -exec rm -f {} \; -o -fstype nfs -prune

--
Perl5 Master Repository

Reply via email to