Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] remove internal test modules from Module::CoreList #15331

Closed
p5pRT opened this issue May 17, 2016 · 7 comments
Closed

[PATCH] remove internal test modules from Module::CoreList #15331

p5pRT opened this issue May 17, 2016 · 7 comments

Comments

@p5pRT
Copy link

p5pRT commented May 17, 2016

Migrated from rt.perl.org#128169 (status was 'resolved')

Searchable as RT128169$

@p5pRT
Copy link
Author

p5pRT commented May 17, 2016

From @karenetheridge

0001-remove-internal-test-modules-from-Module-CoreList.patch
From 97c22469f7bf48e46090348f476b16d5dbd67c15 Mon Sep 17 00:00:00 2001
From: Karen Etheridge <ether@cpan.org>
Date: Sun, 15 May 2016 21:47:37 -0700
Subject: [PATCH] remove internal test modules from Module::CoreList

These modules only ever existed as test data, and should never have entered
the PAUSE index. There is no value in listing them in historical data.
---
 dist/Module-CoreList/lib/Module/CoreList.pm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index b1851e8..cd071e8 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -10010,9 +10010,6 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Module::CoreList::TieHashDelta'=> '5.021001_01',
             'Module::CoreList::Utils'=> '5.021001_01',
             'Module::Metadata'      => '1.000024',
-            'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
-            'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
-            'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
             'NDBM_File'             => '1.13',
             'Net::Config'           => '1.14',
             'Net::SMTP'             => '2.34',
@@ -13343,9 +13340,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Module::Load::Conditional'=> 'cpan',
     'Module::Loaded'        => 'cpan',
     'Module::Metadata'      => 'cpan',
-    'Module::Metadata::corpus::BOMTest::UTF16BE'=> 'cpan',
-    'Module::Metadata::corpus::BOMTest::UTF16LE'=> 'cpan',
-    'Module::Metadata::corpus::BOMTest::UTF8'=> 'cpan',
     'NEXT'                  => 'cpan',
     'Net::Cmd'              => 'cpan',
     'Net::Config'           => 'cpan',
@@ -13750,9 +13744,6 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Module::Load::Conditional'=> undef,
     'Module::Loaded'        => undef,
     'Module::Metadata'      => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata',
-    'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
-    'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
-    'Module::Metadata::corpus::BOMTest::UTF8'=> undef,
     'NEXT'                  => undef,
     'Net::Cmd'              => undef,
     'Net::Config'           => undef,
-- 
2.6.2

@p5pRT
Copy link
Author

p5pRT commented May 17, 2016

From @khwilliamson

Thanks, applied as 63dcbd3
--
Karl Williamson

@p5pRT
Copy link
Author

p5pRT commented May 17, 2016

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented May 19, 2016

From @tonycoz

On Tue May 17 14​:03​:59 2016, khw wrote​:

Thanks, applied as 63dcbd3

Closing.

Tony

@p5pRT
Copy link
Author

p5pRT commented May 19, 2016

@tonycoz - Status changed from 'open' to 'pending release'

@p5pRT
Copy link
Author

p5pRT commented May 30, 2017

From @khwilliamson

Thank you for filing this report. You have helped make Perl better.

With the release today of Perl 5.26.0, this and 210 other issues have been
resolved.

Perl 5.26.0 may be downloaded via​:
https://metacpan.org/release/XSAWYERX/perl-5.26.0

If you find that the problem persists, feel free to reopen this ticket.

@p5pRT
Copy link
Author

p5pRT commented May 30, 2017

@khwilliamson - Status changed from 'pending release' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant