diff options
author | Karen Etheridge <ether@cpan.org> | 2018-07-08 17:30:19 -0700 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2018-07-08 17:30:19 -0700 |
commit | 9950bd1f76eeb551c01da6d09002a67f99c5e6cd (patch) | |
tree | c2024371dfe500e4265bfca5654ba116b13a6172 | |
parent | 71525f77826ad33944c007b06b68a1f14a085e7a (diff) | |
download | perl-9950bd1f76eeb551c01da6d09002a67f99c5e6cd.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.
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 9 | ||||
-rw-r--r-- | pod/perl5290delta.pod | 4 |
2 files changed, 3 insertions, 10 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 6c796e0344..7cd9d3f958 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', diff --git a/pod/perl5290delta.pod b/pod/perl5290delta.pod index 39d3b82215..c1bb71c0ce 100644 --- a/pod/perl5290delta.pod +++ b/pod/perl5290delta.pod @@ -28,10 +28,6 @@ grapheme for a delimiter.> =item * -L<Archive::Tar> has been upgraded from version 2.28 to 2.30. - -=item * - L<feature> has been upgraded from version 1.52 to 1.53. =item * |