X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f974e9b91d22c1ef2d849ded64674df4f1b18bad..b79036d28eb1ea4d80a86993600b3aab97c9be6f:/Porting/corelist.pl diff --git a/Porting/corelist.pl b/Porting/corelist.pl index 74003d3..ab35359 100755 --- a/Porting/corelist.pl +++ b/Porting/corelist.pl @@ -107,7 +107,7 @@ find( $version =~ /\d/ and $version = "'$version'"; # some heuristics to figure out the module name from the file name - $module =~ s{^(lib|cpan|dist|(?:symbian/)?ext)/}{} + $module =~ s{^(lib|cpan|dist|(?:symbian/)?ext|os2/OS2)/}{} and $1 ne 'lib' and ( $module =~ s{\b(\w+)/\1\b}{$1}, @@ -115,6 +115,7 @@ find( $module =~ s{^Devel-PPPort}{Devel}, $module =~ s{^libnet/}{}, $module =~ s{^PathTools/}{}, + $module =~ s{REXX/DLL}{DLL}, $module =~ s{^Encode/encoding}{encoding}, $module =~ s{^IPC-SysV/}{IPC/}, $module =~ s{^MIME-Base64/QuotedPrint}{MIME/QuotedPrint}, @@ -130,6 +131,7 @@ find( $lines{$module} = $version; $module_to_file{$module} = $File::Find::name; }, + 'os2/OS2', 'symbian/ext', 'lib', 'ext',