From d8c6b69e60e6111f1dc5fb7d0f8887b23fb79fb0 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 20 Oct 2017 19:43:41 +0100 Subject: Teach corelist-perldelta.pl about libnet, podlators and Sub::Util --- Porting/corelist-perldelta.pl | 23 +++++++++++++++++++++-- 1 file 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' => [ -- cgit v1.2.1