In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/c9137fab2115ee073cb6b88232c58647afc887e9?hp=d82c4df61fbe367cde173c882a13f7dd774a9fe3>

- Log -----------------------------------------------------------------
commit c9137fab2115ee073cb6b88232c58647afc887e9
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Wed Jul 4 09:01:56 2018 +0100

    Sync with version-0.9924
    
    (There are no material changes to any files in core.)

commit 2f94a6fa7b9c8a2611ced9e40bd18170f441acfd
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Wed Jul 4 08:51:51 2018 +0100

    version is in sync with 0.9923; vxs.inc is not customized

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

Summary of changes:
 Porting/Maintainers.pl            | 3 +--
 cpan/version/lib/version.pm       | 2 +-
 cpan/version/lib/version/regex.pm | 2 +-
 cpan/version/t/01base.t           | 2 +-
 cpan/version/t/02derived.t        | 2 +-
 cpan/version/t/03require.t        | 2 +-
 cpan/version/t/05sigdie.t         | 2 +-
 cpan/version/t/06noop.t           | 2 +-
 cpan/version/t/07locale.t         | 2 +-
 cpan/version/t/08_corelist.t      | 2 +-
 cpan/version/t/09_list_util.t     | 2 +-
 t/porting/customized.dat          | 3 +--
 12 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index ee83cb62e2..2a3f2d643b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1247,7 +1247,7 @@ use File::Glob qw(:case);
     },
 
     'version' => {
-        'DISTRIBUTION' => 'JPEACOCK/version-0.9918.tar.gz',
+        'DISTRIBUTION' => 'JPEACOCK/version-0.9924.tar.gz',
         'FILES'        => q[cpan/version vutil.c vutil.h vxs.inc],
         'EXCLUDED' => [
             qr{^vutil/lib/},
@@ -1264,7 +1264,6 @@ use File::Glob qw(:case);
         # only necessary with the CPAN release.
         'CUSTOMIZED'   => [
             qw( lib/version.pm
-                vxs.inc
                 ),
         ],
 
diff --git a/cpan/version/lib/version.pm b/cpan/version/lib/version.pm
index 66d44be63d..72e78403d9 100644
--- a/cpan/version/lib/version.pm
+++ b/cpan/version/lib/version.pm
@@ -8,7 +8,7 @@ if ($] >= 5.015) {
     warnings::register_categories(qw/version/);
 }
 
-our $VERSION = 0.9923;
+our $VERSION = 0.9924;
 our $CLASS = 'version';
 our (@ISA, $STRICT, $LAX);
 
diff --git a/cpan/version/lib/version/regex.pm 
b/cpan/version/lib/version/regex.pm
index 4e44d12c93..dd9103cb7c 100644
--- a/cpan/version/lib/version/regex.pm
+++ b/cpan/version/lib/version/regex.pm
@@ -2,7 +2,7 @@ package version::regex;
 
 use strict;
 
-our $VERSION = 0.9923;
+our $VERSION = 0.9924;
 
 #--------------------------------------------------------------------------#
 # Version regexp components
diff --git a/cpan/version/t/01base.t b/cpan/version/t/01base.t
index 9c3862db39..8d7d4cb18d 100644
--- a/cpan/version/t/01base.t
+++ b/cpan/version/t/01base.t
@@ -14,7 +14,7 @@ BEGIN {
         )
     );
     require $coretests;
-    use_ok('version', 0.9923);
+    use_ok('version', 0.9924);
 }
 
 BaseTests("version","new","qv");
diff --git a/cpan/version/t/02derived.t b/cpan/version/t/02derived.t
index 151f66cc20..a8da5b841a 100644
--- a/cpan/version/t/02derived.t
+++ b/cpan/version/t/02derived.t
@@ -15,7 +15,7 @@ BEGIN {
         )
     );
     require $coretests;
-    use_ok("version", 0.9923);
+    use_ok("version", 0.9924);
     # If we made it this far, we are ok.
 }
 
diff --git a/cpan/version/t/03require.t b/cpan/version/t/03require.t
index c6f67d50ac..a28b897508 100644
--- a/cpan/version/t/03require.t
+++ b/cpan/version/t/03require.t
@@ -19,7 +19,7 @@ BEGIN {
 # Don't want to use, because we need to make sure that the import doesn't
 # fire just yet (some code does this to avoid importing qv() and delare()).
 require_ok("version");
-is $version::VERSION, 0.9923, "Make sure we have the correct class";
+is $version::VERSION, 0.9924, "Make sure we have the correct class";
 ok(!"main"->can("qv"), "We don't have the imported qv()");
 ok(!"main"->can("declare"), "We don't have the imported declare()");
 
diff --git a/cpan/version/t/05sigdie.t b/cpan/version/t/05sigdie.t
index e979eced20..399739c43b 100644
--- a/cpan/version/t/05sigdie.t
+++ b/cpan/version/t/05sigdie.t
@@ -14,7 +14,7 @@ BEGIN {
 }
 
 BEGIN {
-    use version 0.9923;
+    use version 0.9924;
 }
 
 pass "Didn't get caught by the wrong DIE handler, which is a good thing";
diff --git a/cpan/version/t/06noop.t b/cpan/version/t/06noop.t
index a34762e18d..7db76cec5d 100644
--- a/cpan/version/t/06noop.t
+++ b/cpan/version/t/06noop.t
@@ -7,7 +7,7 @@
 use Test::More qw/no_plan/;
 
 BEGIN {
-    use_ok('version', 0.9923);
+    use_ok('version', 0.9924);
 }
 
 my $v1 = version->new('1.2');
diff --git a/cpan/version/t/07locale.t b/cpan/version/t/07locale.t
index 79b22abe57..a6f6e33d54 100644
--- a/cpan/version/t/07locale.t
+++ b/cpan/version/t/07locale.t
@@ -11,7 +11,7 @@ use Test::More tests => 8;
 use Config;
 
 BEGIN {
-    use_ok('version', 0.9923);
+    use_ok('version', 0.9924);
 }
 
 SKIP: {
diff --git a/cpan/version/t/08_corelist.t b/cpan/version/t/08_corelist.t
index 638b290936..86398b0d07 100644
--- a/cpan/version/t/08_corelist.t
+++ b/cpan/version/t/08_corelist.t
@@ -5,7 +5,7 @@
 #########################
 
 use Test::More tests => 3;
-use_ok("version", 0.9923);
+use_ok("version", 0.9924);
 
 # do strict lax tests in a sub to isolate a package to test importing
 SKIP: {
diff --git a/cpan/version/t/09_list_util.t b/cpan/version/t/09_list_util.t
index 34e47dce8f..63ff66761b 100644
--- a/cpan/version/t/09_list_util.t
+++ b/cpan/version/t/09_list_util.t
@@ -4,7 +4,7 @@
 #########################
 
 use strict;
-use_ok("version", 0.9923);
+use_ok("version", 0.9924);
 use Test::More;
 
 BEGIN {
diff --git a/t/porting/customized.dat b/t/porting/customized.dat
index 6167fbc3f0..07d754afa8 100644
--- a/t/porting/customized.dat
+++ b/t/porting/customized.dat
@@ -27,5 +27,4 @@ autodie cpan/autodie/t/mkdir.t 
9e70d2282a3cc7d76a78bf8144fccba20fb37dac
 experimental cpan/experimental/t/basic.t 
a073ea03ccc98dec496569f3648ab01a5fe1c7a0
 perlfaq cpan/perlfaq/lib/perlfaq5.pod dab8fdf5cc1bb9bf3ccbd10773a78c43f7ed3fab
 perlfaq cpan/perlfaq/lib/perlfaq8.pod 586893218bc2faa8f087da862ccc55adfdf6908c
-version cpan/version/lib/version.pm a61f969d55dd73ae2d7a604f2c9bbef1ea82b820
-version vxs.inc f26c23f0279fb64c77ad814af906c04930cff81c
+version cpan/version/lib/version.pm 7ef9219d1d5f1d71f08a79f3b0577df138b21b12

-- 
Perl5 Master Repository

Reply via email to