In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/44523d1ffde5f23de2e13216cdbac46357631904?hp=aff85be1c8cb189c4294c5a29879ecb96bd6651e>

- Log -----------------------------------------------------------------
commit 44523d1ffde5f23de2e13216cdbac46357631904
Author: Sawyer X <[email protected]>
Date:   Wed May 22 11:29:58 2019 +0300

    Update perlhist

commit 420e888d9b65bed513926bf3c24d4d90a67a8188
Author: Sawyer X <[email protected]>
Date:   Wed May 22 11:16:07 2019 +0300

    Last minute fix, thanks SHIRAKATA Kentaro

commit e4649aa84f7f05eeead6534fcfdef42b7587ac19
Author: Sawyer X <[email protected]>
Date:   Wed May 22 01:40:22 2019 +0300

    add new release to perlhist

commit 56b5877b5c7184d872d6ce1139f79f62db64f40b
Author: Sawyer X <[email protected]>
Date:   Wed May 22 00:42:20 2019 +0300

    Typo fix

commit 5ad719491c186a382cfa65b909bbf5af78189224
Author: Sawyer X <[email protected]>
Date:   Tue May 21 23:22:06 2019 +0300

    Update Module::CoreList for 5.30.0

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

Summary of changes:
 dist/Module-CoreList/Changes                      |  2 +-
 dist/Module-CoreList/lib/Module/CoreList.pm       | 10 +++---
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm |  4 +--
 pod/perldelta.pod                                 | 10 ++----
 pod/perlhist.pod                                  | 40 ++++++++++++-----------
 5 files changed, 32 insertions(+), 34 deletions(-)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 76530b3880..675ce3ff80 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20190520
+5.20190522
   - Updated for v5.30.0
 
 5.20190420
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index ad617c17db..bcf12690d0 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
 our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, 
%delta );
 
 use version;
-our $VERSION = '5.20190520';
+our $VERSION = '5.20190522';
 
 sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
 sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -348,7 +348,7 @@ sub changes_between {
     5.029009 => '2019-03-20',
     5.028002 => '2019-04-19',
     5.029010 => '2019-04-20',
-    5.030000 => '2019-05-20',
+    5.030000 => '2019-05-22',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -16276,13 +16276,13 @@ for my $version ( sort { $a <=> $b } keys %released ) 
{
         }
     },
     5.030000 => {
-        delta_from => 5.029010,
+        delta_from => 5.02901,
         changed => {
             'B::Op_private'         => '5.030000',
             'Config'                => '5.03',
             'Devel::PPPort'         => '3.52',
-            'Module::CoreList'      => '5.20190520',
-            'Module::CoreList::Utils'=> '5.20190520',
+            'Module::CoreList'      => '5.20190522',
+            'Module::CoreList::Utils'=> '5.20190522',
             'XS::Typemap'           => '0.17',
         },
         removed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index a01681df3d..c767d55e74 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Module::CoreList;
 
-our $VERSION = '5.20190520';
+our $VERSION = '5.20190522';
 our %utilities;
 
 sub utilities {
@@ -1495,7 +1495,7 @@ my %delta = (
         }
     },
     5.030000 => {
-        delta_from => 5.02901,
+        delta_from => 5.029010,
         changed => {
         },
         removed => {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 951cd70f27..52a6c9776e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -186,7 +186,7 @@ L<[perl 
#133586]|https://rt.perl.org/Ticket/Display.html?id=133586>.
 =head2 C<pack()> no longer can return malformed UTF-8
 
 It croaks if it would otherwise return a UTF-8 string that contains
-malformed UTF-8.  This protects agains potential security threats.  This
+malformed UTF-8.  This protects against potential security threats.  This
 is considered a bug fix as well.
 L<[perl #131642]|https://rt.perl.org/Ticket/Display.html?id=131642>.
 
@@ -321,11 +321,7 @@ L<Config::Extensions> has been upgraded from version 0.02 
to 0.03.
 
 =item *
 
-L<Config::Perl::V> has been upgraded from version 0.29 to 0.32.
-
-=item *
-
-L<Config::Perl::V>. has been upgraded from version 0.30 to 0.32. This was due
+L<Config::Perl::V>. has been upgraded from version 0.29 to 0.32. This was due
 to a new configuration variable that has influence on binary compatibility:
 C<USE_THREAD_SAFE_LOCALE>.
 
@@ -1187,7 +1183,7 @@ L<[perl 
#133951]|https://rt.perl.org/Ticket/Display.html?id=133951>.
 
 C<pack()> no longer can return malformed UTF-8.  It croaks if it would
 otherwise return a UTF-8 string that contains malformed UTF-8.  This
-protects agains potential security threats.
+protects against potential security threats.
 L<[perl #131642]|https://rt.perl.org/Ticket/Display.html?id=131642>.
 
 =item *
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index d8e2408e64..3a1701947a 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -668,6 +668,7 @@ the strings?).
 
  Sawyer X  5.30.0-RC1   2019-May-11     The 5.30 maintenance track
  Sawyer X  5.30.0-RC2   2019-May-17
+ Sawyer X  5.30.0       2019-May-22
 
 =head2 SELECTED RELEASE SIZES
 
@@ -753,6 +754,7 @@ explained below.
  5.24.0         7922 113   1287  77  19535 2677   9994 2465   5702 177
  5.26.0         9140 121  24925 1200 40643 3017  10514 2614   7854 211
  5.28.0        13056 128  27267 1230 41745 3130  10952 2715   8185 218
+ 5.30.0        13535 128  26294 1237 39643 3080  11083 2711   8252 222
 
 The "core"..."doc" mean the following files from the Perl source code
 distribution.  The glob notation ** means recursively, (.) means
@@ -1079,25 +1081,25 @@ the Perl source distribution for somewhat more selected 
releases.
 
  ======================================================================
 
-                  5.26.0           5.28.0
-
- Configure    593      1       580      1
- Cross        122     15       125     15
- djgpp         21      7        21      7
- h2pl          24     15        24     15
- hints        376     87       364     85
- mad            -      -         -      -
- NetWare      499     61       493     61
- os2          552     70       552     70
- plan9        322     17       309     17
- Porting     1380     73      1462     75
- qnx            5      4         5      4
- symbian      315     54       315     54
- utils        578     50       584     50
- vms          527     12       526     12
- vos           12      7        12      7
- win32       1313     65      1326     65
- x2p            -      -         -      -
+                  5.26.0           5.28.0           5.30.0
+
+ Configure    593      1       580      1       587      1
+ Cross        122     15       125     15       126     15
+ djgpp         21      7        21      7        21      7
+ h2pl          24     15        24     15        24     15
+ hints        376     87       364     85       372     86
+ mad            -      -         -      -         -      -
+ NetWare      499     61       493     61       493     61
+ os2          552     70       552     70       552     70
+ plan9        322     17       309     17       308     17
+ Porting     1380     73      1462     75      1460     74
+ qnx            5      4         5      4         5      4
+ symbian      315     54       315     54       315     54
+ utils        578     50       584     50       587     50
+ vms          527     12       526     12       526     12
+ vos           12      7        12      7        12      7
+ win32       1313     65      1326     65      1331     65
+ x2p            -      -         -      -         -      -
 
 =head2 SELECTED PATCH SIZES
 

-- 
Perl5 Master Repository

Reply via email to