In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/474c64972ff2cbea6e99cf6f2c737235a4503a70?hp=cfb8d85df6ebf8495bf2f9a43a9b70bf0ccb37fd>

- Log -----------------------------------------------------------------
commit 474c64972ff2cbea6e99cf6f2c737235a4503a70
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Jul 22 16:24:32 2019 +1000

    bump $File::Find::VERSION
    
    for the win32 test change

commit 34ad2e9c224703dcd1b10c0b835f4f4b751826d2
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Jul 22 16:24:14 2019 +1000

    bump $Devel::PPPort::VERSION
    
    for the mktests change

-----------------------------------------------------------------------

Summary of changes:
 dist/Devel-PPPort/PPPort_pm.PL | 2 +-
 ext/File-Find/lib/File/Find.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL
index a78d4028c1..69d965a7b6 100644
--- a/dist/Devel-PPPort/PPPort_pm.PL
+++ b/dist/Devel-PPPort/PPPort_pm.PL
@@ -551,7 +551,7 @@ package Devel::PPPort;
 use strict;
 use vars qw($VERSION $data);
 
-$VERSION = '3.54';
+$VERSION = '3.55';
 
 sub _init_data
 {
diff --git a/ext/File-Find/lib/File/Find.pm b/ext/File-Find/lib/File/Find.pm
index 5fb9ee02fe..4c67e882a5 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.36';
+our $VERSION = '1.37';
 require Exporter;
 require Cwd;
 

-- 
Perl5 Master Repository

Reply via email to