summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-11-02 22:07:18 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-02 22:07:40 +0000
commiteac1608a241d25409c67f06ea44516cc0c586bc1 (patch)
tree22b58b55a93c839dfadf6bc20734a009a25acb9e
parent16c36c3b003f3502a1dd12fceeaf38afb6ae8b08 (diff)
downloadperl-eac1608a241d25409c67f06ea44516cc0c586bc1.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 3634e1880f..95effd6131 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -15437,9 +15437,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',
@@ -15454,9 +15454,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',