summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-11-02 22:07:09 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 22:07:31 +0000
commit2eaa940c6a22f98b5b55ef4b7adc5089701c62f3 (patch)
tree23cbaf1a3034971e8ed26baefa6fefe51b83574b
parent16d6cdcae0e67eef11bb1504991e65c20e21f9c4 (diff)
downloadperl-2eaa940c6a22f98b5b55ef4b7adc5089701c62f3.tar.gz
repair documentation of Archive::Tar update
Both the 2.28 and 2.30 releases landed in 5.28.0, and no change was made in 5.29.0. (manually cherry picked from commit 9950bd1f76eeb551c01da6d09002a67f99c5e6cd)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm9
1 files changed, 3 insertions, 6 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index c721a54adc..681753c0d8 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -15443,9 +15443,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.028000 => {
delta_from => 5.027011,
changed => {
- 'Archive::Tar' => '2.28',
- 'Archive::Tar::Constant'=> '2.28',
- 'Archive::Tar::File' => '2.28',
+ 'Archive::Tar' => '2.30',
+ 'Archive::Tar::Constant'=> '2.30',
+ 'Archive::Tar::File' => '2.30',
'B::Op_private' => '5.028000',
'Config' => '5.028',
'Module::CoreList' => '5.20180622',
@@ -15460,9 +15460,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.029000 => {
delta_from => 5.028,
changed => {
- 'Archive::Tar' => '2.30',
- 'Archive::Tar::Constant'=> '2.30',
- 'Archive::Tar::File' => '2.30',
'B::Op_private' => '5.029000',
'Config' => '5.029',
'Module::CoreList' => '5.20180626',