Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f81b17e

Browse files
committed
Release cperl-5.30.0-RC1
See pod/perlcdelta.pod
1 parent ad72c0f commit f81b17e

File tree

7 files changed

+130
-93
lines changed

7 files changed

+130
-93
lines changed

META.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"vxs.inc"
130130
]
131131
},
132-
"release_status" : "stable",
132+
"release_status" : "testing",
133133
"resources" : {
134134
"bugtracker" : {
135135
"web" : "https://github.com/perl11/cperl/issues"

dist/Module-CoreList/lib/Module/CoreList.pm

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
our ( %version, %families, %deprecated );
55

66
use version;
7-
our $VERSION = '5.20190618c';
7+
our $VERSION = '5.20190703c';
88
$VERSION =~ s/c$//;
99

1010
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
@@ -373,7 +373,7 @@ our %released :const = (
373373
5.029010 => '2019-04-20',
374374
5.030000 => '2019-05-22',
375375
'5.029002c' => '2019-06-11',
376-
'5.030000c' => '2019-06-18',
376+
'5.030000c' => '2019-07-06',
377377
);
378378

379379
sub version_sort {
@@ -18903,8 +18903,8 @@ our %delta :const = (
1890318903
delta_from => '5.029002c',
1890418904
changed => {
1890518905
'B::Op_private' => '5.030000',
18906-
'Module::CoreList' => '5.20190618c',
18907-
'Module::CoreList::Utils'=> '5.20190618c',
18906+
'Module::CoreList' => '5.20190703c',
18907+
'Module::CoreList::Utils'=> '5.20190703c',
1890818908
'B' => '1.76_10',
1890918909
'B::C' => '1.57_01',
1891018910
'B::CC' => '1.16_03',

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Module::CoreList;
66

7-
our $VERSION = '5.20190618c';
7+
our $VERSION = '5.20190703c';
88
$VERSION =~ s/c$//;
99
our %utilities;
1010

@@ -1668,8 +1668,10 @@ our %delta :const = (
16681668
removed => {}
16691669
},
16701670
'5.030000c' => {
1671-
delta_from => '5.030000c',
1671+
delta_from => '5.029002c',
16721672
changed => {
1673+
'buildcc' => 1,
1674+
'perlcc' => 1,
16731675
'zipdetails' => 1,
16741676
},
16751677
removed => {}

patchlevel.h

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ hunk.
133133
# endif
134134
static const char * const local_patches[] = {
135135
NULL
136+
,"RC1"
136137
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
137138
,"uncommitted-changes"
138139
#endif

0 commit comments

Comments
 (0)