summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-11-02 21:58:35 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 21:59:10 +0000
commit6ee52bb838660e0962e83b65aa8435052c8ff70a (patch)
treee0bac8885b6ce33ee87c9375ec10b0b11702afe1
parent5e58a6daa7b2f1830717fbd68ab326f418775cdf (diff)
downloadperl-6ee52bb838660e0962e83b65aa8435052c8ff70a.tar.gz
Bump version to 5.29.0 and regenerate everything
(manually cherry picked from commit d361a1e6288b3e67fba6cb9f5cdac3737a1e3795)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 32 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index c4015ca849..f3778ffa1d 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180624
+ - Updated for v5.29.0
+
5.20180622
- Updated for v5.28.0
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 78c8465244..bbfebdf647 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -340,6 +340,7 @@ sub changes_between {
5.026002 => '2018-04-14',
5.027011 => '2018-04-20',
5.028000 => '2018-06-22',
+ 5.029000 => '2018-06-24',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15455,6 +15456,20 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.029000 => {
+ delta_from => 5.028000,
+ changed => {
+ 'Archive::Tar' => '2.30',
+ 'Archive::Tar::Constant'=> '2.30',
+ 'Archive::Tar::File' => '2.30',
+ 'Config' => '5.029',
+ 'Module::CoreList' => '5.20180624',
+ 'Module::CoreList::Utils'=> '5.20180624',
+ 'feature' => '1.53',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16348,6 +16363,13 @@ sub is_core
removed => {
}
},
+ 5.029000 => {
+ delta_from => 5.028,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index b81c6ca485..27bf15d3f3 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1396,6 +1396,13 @@ my %delta = (
removed => {
}
},
+ 5.029000 => {
+ delta_from => 5.028000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);