summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-10-20 19:43:41 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-10-20 19:43:41 +0100
commitd8c6b69e60e6111f1dc5fb7d0f8887b23fb79fb0 (patch)
tree703f472670694f7f2476ff733aa0bdbdd210cb1f
parent9da8aacffcc174398ba4d36795b1e54c6d33242d (diff)
downloadperl-d8c6b69e60e6111f1dc5fb7d0f8887b23fb79fb0.tar.gz
Teach corelist-perldelta.pl about libnet, podlators and Sub::Util
-rwxr-xr-xPorting/corelist-perldelta.pl23
1 files changed, 21 insertions, 2 deletions
diff --git a/Porting/corelist-perldelta.pl b/Porting/corelist-perldelta.pl
index 048d571b2a..a4f8f236c9 100755
--- a/Porting/corelist-perldelta.pl
+++ b/Porting/corelist-perldelta.pl
@@ -162,9 +162,16 @@ sub corelist_delta {
my %distToModules = (
'IO-Compress' => [
{
- 'name' => 'IO-Compress',
+ 'name' => 'IO-Compress',
'modification' => $getModifyType->( $changes{'IO::Compress::Base'} ),
- 'data' => $changes{'IO::Compress::Base'}
+ 'data' => $changes{'IO::Compress::Base'}
+ }
+ ],
+ 'libnet' => [
+ {
+ 'name' => 'libnet',
+ 'modification' => $getModifyType->( $changes{'Net::Cmd'} ),
+ 'data' => $changes{'Net::Cmd'}
}
],
'Locale-Codes' => [
@@ -181,6 +188,13 @@ sub corelist_delta {
'data' => $changes{'Cwd'}
}
],
+ 'podlators' => [
+ {
+ 'name' => 'podlators',
+ 'modification' => $getModifyType->( $changes{'Pod::Text'} ),
+ 'data' => $changes{'Pod::Text'}
+ }
+ ],
'Scalar-List-Utils' => [
{
'name' => 'List::Util',
@@ -191,6 +205,11 @@ sub corelist_delta {
'name' => 'Scalar::Util',
'modification' => $getModifyType->( $changes{'Scalar::Util'} ),
'data' => $changes{'Scalar::Util'}
+ },
+ {
+ 'name' => 'Sub::Util',
+ 'modification' => $getModifyType->( $changes{'Sub::Util'} ),
+ 'data' => $changes{'Sub::Util'}
}
],
'Text-Tabs+Wrap' => [