In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/879d999bf1d876c3d3ec33790c80f9dc56f254f9?hp=df84d7b01a41160c95881fe426bcb159d57d0ad6>

- Log -----------------------------------------------------------------
commit 879d999bf1d876c3d3ec33790c80f9dc56f254f9
Author: Steffen Mueller <[email protected]>
Date:   Thu Aug 3 16:09:16 2017 +0200

    SelfLoader: Version bump for CPAN sync
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl            | 2 +-
 dist/SelfLoader/lib/SelfLoader.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index da3129394e..416ad1bd2b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -968,7 +968,7 @@ use File::Glob qw(:case);
     },
 
     'SelfLoader' => {
-        'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.20.tar.gz',
+        'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.24.tar.gz',
         'FILES'        => q[dist/SelfLoader],
         'EXCLUDED'     => ['t/00pod.t'],
     },
diff --git a/dist/SelfLoader/lib/SelfLoader.pm 
b/dist/SelfLoader/lib/SelfLoader.pm
index e36cb923d9..a4c4af1239 100644
--- a/dist/SelfLoader/lib/SelfLoader.pm
+++ b/dist/SelfLoader/lib/SelfLoader.pm
@@ -2,7 +2,7 @@ package SelfLoader;
 use 5.008;
 use strict;
 use IO::Handle;
-our $VERSION = "1.23";
+our $VERSION = "1.24";
 
 # The following bit of eval-magic is necessary to make this work on
 # perls < 5.009005.

--
Perl5 Master Repository

Reply via email to