Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Porting/corelist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@
$version =~ /\d/ and $version = "'$version'";

# some heuristics to figure out the module name from the file name
$module =~ s/(\.pm|_pm\.PL)$//;
$module =~ s{^(lib|cpan|dist|ext|os2/OS2)/}{}
and $1 ne 'lib'
and (
$module =~ s{\b(\w+)/\1\b}{$1},
$module =~ s{^B/O}{O},
$module =~ s{^Devel-PPPort}{Devel},
$module =~ s{^libnet/}{},
$module =~ s{^PathTools/}{},
$module =~ s{REXX/DLL}{DLL},
Expand All @@ -131,7 +131,6 @@
$module =~ s{/}{::}g;
$module =~ s{-}{::}g;
$module =~ s{^.*::lib::}{}; # turns Foo/lib/Foo.pm into Foo.pm
$module =~ s/(\.pm|_pm\.PL)$//;
$lines{$module} = $version;
$module_to_file{$module} = $File::Find::name;
},
Expand Down
7 changes: 0 additions & 7 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9967,7 +9967,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'ExtUtils::Mkbootstrap' => '6.98',
'ExtUtils::Mksymlists' => '6.98',
'ExtUtils::testlib' => '6.98',
'Pod::Functions::Functions'=> '1.08',
},
removed => {
}
Expand Down Expand Up @@ -11396,7 +11395,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList::Utils'=> '5.20150320',
'POSIX' => '1.52',
'Pod::Functions' => '1.09',
'Pod::Functions::Functions'=> '1.09',
'Term::Complete' => '1.403',
'Test::Builder' => '1.001014',
'Test::Builder::IO::Scalar'=> '2.113',
Expand Down Expand Up @@ -12437,7 +12435,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList::Utils'=> '5.20160320',
'POSIX' => '1.64',
'Pod::Functions' => '1.10',
'Pod::Functions::Functions'=> '1.10',
'Scalar::Util' => '1.42_02',
'SelfLoader' => '1.23',
'Socket' => '2.020_03',
Expand Down Expand Up @@ -12744,7 +12741,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'POSIX' => '1.70',
'Pod::Checker' => '1.73',
'Pod::Functions' => '1.11',
'Pod::Functions::Functions'=> '1.11',
'Pod::Usage' => '1.69',
'Test2' => '1.302026',
'Test2::API' => '1.302026',
Expand Down Expand Up @@ -14936,7 +14932,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Opcode' => '1.42',
'POSIX' => '1.81',
'Pod::Functions' => '1.12',
'Pod::Functions::Functions'=> '1.12',
'Pod::Html' => '1.23',
'Sys::Hostname' => '1.22',
'Test2' => '1.302120',
Expand Down Expand Up @@ -15059,7 +15054,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList::Utils'=> '5.20180120',
'Opcode' => '1.43',
'Pod::Functions' => '1.13',
'Pod::Functions::Functions'=> '1.13',
'Pod::Html' => '1.24',
'Pod::Man' => '4.10',
'Pod::ParseLink' => '4.10',
Expand Down Expand Up @@ -18725,7 +18719,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Opcode' => '1.52',
'PerlIO' => '1.12',
'Pod::Functions' => '1.14',
'Pod::Functions::Functions'=> '1.14',
'Pod::Html' => '1.31',
'Pod::Html::Util' => '1.31',
'Pod::Simple' => '3.43',
Expand Down