summaryrefslogtreecommitdiff
path: root/Porting/corelist-perldelta.pl
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-08-18 23:08:34 -0400
committerKarl Williamson <khw@cpan.org>2018-08-22 15:36:00 -0600
commitf8989c011ff385aa7ff3d8c65483a36fba26b2f1 (patch)
treea487395bcd89074b70d9afc7f927fce2e3225646 /Porting/corelist-perldelta.pl
parent56c2c0e80f6e9a947c72adce0301a65176f0ccbe (diff)
downloadperl-f8989c011ff385aa7ff3d8c65483a36fba26b2f1.tar.gz
Make porting tests pass after Locale::Codes removal
And remove references to it. This consists of: 1. Run ./perl -Ilib regen/lib_cleanup.pl. 2. Add links to Locale::Codes for podcheck This distribution is now removed from the core, so podcheck can't determine if they are valid or not without being told to do so. This was accomplished by: perl porting/podcheck.t --add_link Locale::Language perl porting/podcheck.t --add_link Locale::Country 3. t/TEST: Remove Locale::Codes reference as it is no longer in core 4. Porting/corelist-perldelta.pl: Remove Locale::Codes, as it is no longer in core
Diffstat (limited to 'Porting/corelist-perldelta.pl')
-rwxr-xr-xPorting/corelist-perldelta.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/Porting/corelist-perldelta.pl b/Porting/corelist-perldelta.pl
index 5290d77238..c8a1429cdb 100755
--- a/Porting/corelist-perldelta.pl
+++ b/Porting/corelist-perldelta.pl
@@ -174,13 +174,6 @@ sub corelist_delta {
'data' => $changes{'Net::Cmd'}
}
],
- 'Locale-Codes' => [
- {
- 'name' => 'Locale::Codes',
- 'modification' => $getModifyType->( $changes{'Locale::Codes'} ),
- 'data' => $changes{'Locale::Codes'}
- }
- ],
'PathTools' => [
{
'name' => 'File::Spec',