pause icon indicating copy to clipboard operation
pause copied to clipboard

Unexpected references to old versions of perl in 02packages.details.txt

Open toddr opened this issue 8 years ago • 4 comments
trafficstars

$>grep /perl-5 02packages.details.txt|grep -v perl-5.24.1 
attrs                              1.03  D/DA/DAPM/perl-5.10.1.tar.gz
B::Lint::Plugin::Test             undef  R/RG/RGARCIA/perl-5.9.5.tar.gz
B::Section                         1.58  S/SH/SHAY/perl-5.22.3.tar.gz
EnableModule                      undef  S/SH/SHAY/perl-5.20.3.tar.gz
FindExt                            1.02  D/DA/DAPM/perl-5.10.1.tar.gz
in                                 6.48  N/NW/NWCLARK/perl-5.8.9.tar.gz
java::lang::String                undef  N/NW/NWCLARK/perl-5.8.9.tar.gz
JNI                                 0.2  N/NW/NWCLARK/perl-5.8.9.tar.gz
JPL::AutoLoader                   undef  N/NW/NWCLARK/perl-5.8.9.tar.gz
JPL::Class                        undef  N/NW/NWCLARK/perl-5.8.9.tar.gz
JPL::Compile                      undef  N/NW/NWCLARK/perl-5.8.9.tar.gz
Maintainers                        0.03  D/DA/DAPM/perl-5.10.1.tar.gz
MyTestModule                      undef  D/DO/DOM/perl-5.12.5.tar.gz
of                                undef  G/GS/GSAR/perl-5.6.1.tar.gz
Thread::Signal                     1.00  N/NW/NWCLARK/perl-5.8.9.tar.gz
Thread::Specific                   1.00  N/NW/NWCLARK/perl-5.8.9.tar.gz
UnicodeCD                           0.1  J/JH/JHI/perl-5.7.2.tar.gz

toddr avatar May 11 '17 12:05 toddr

My findings:

$>corelist attrs B::Lint::Plugin::Test B::Section DynaLoader EnableModule FindExt in java::lang::String JNI JPL::AutoLoader JPL::Class JPL::Compile Maintainers MyTestModule of Thread::Signal Thread::Specific UnicodeCD|grep -v 'Data for'|sort -r
UnicodeCD was not in CORE (or so I think)
Thread::Specific was first released with perl 5.005 and removed from v5.9.5
Thread::Signal was first released with perl 5.005 and removed from v5.9.5
of was not in CORE (or so I think)
MyTestModule was not in CORE (or so I think)
Maintainers was not in CORE (or so I think)
JPL::Compile was first released with perl v5.6.0 and removed from v5.9.2
JPL::Class was first released with perl v5.6.0 and removed from v5.9.2
JPL::AutoLoader was first released with perl v5.6.0 and removed from v5.9.2
JNI was first released with perl v5.6.0 and removed from v5.9.2
java::lang::String was not in CORE (or so I think)
in was not in CORE (or so I think)
FindExt was not in CORE (or so I think)
EnableModule was not in CORE (or so I think)
DynaLoader was first released with perl 5
B::Section was not in CORE (or so I think)
B::Lint::Plugin::Test was not in CORE (or so I think)
attrs was first released with perl 5.00405 and removed from v5.11.0

toddr avatar May 11 '17 12:05 toddr

I suggest removing these from the index. The current reason is "X was not in CORE (or so I think)"

UnicodeCD 
of
MyTestModule
Maintainers
java::lang::String
in
FindExt
EnableModule
B::Section
B::Lint::Plugin::Test

toddr avatar May 11 '17 12:05 toddr

Bundle::LWP 5.835 G/GA/GAAS/libwww-perl-5.837.tar.gz

What's the connection to core with this line?

On Thu, May 11, 2017 at 5:11 AM, Todd Rinaldo [email protected] wrote:

I suggest removing these from the index:

UnicodeCD was not in CORE (or so I think) of was not in CORE (or so I think) MyTestModule was not in CORE (or so I think) Maintainers was not in CORE (or so I think) java::lang::String was not in CORE (or so I think) in was not in CORE (or so I think) FindExt was not in CORE (or so I think) EnableModule was not in CORE (or so I think) Bundle::LWP was not in CORE (or so I think) B::Section was not in CORE (or so I think) B::Lint::Plugin::Test was not in CORE (or so I think)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andk/pause/issues/236#issuecomment-300770459, or mute the thread https://github.com/notifications/unsubscribe-auth/AASfy4VZuviFo8ZUJ56QFJ2pB1PyXGePks5r4vrzgaJpZM4NX5Z8 .

karenetheridge avatar May 11 '17 13:05 karenetheridge

Bundle::LWP 5.835 G/GA/GAAS/libwww-perl-5.837.tar.gz

What's the connection to core with this line?

Bad grep. Sorry! fixing.

toddr avatar May 11 '17 13:05 toddr

I think Todd's suggestion is good. When we index a new perl, we should totally remove the previous one.

rjbs avatar Apr 28 '23 12:04 rjbs

From PTS 2023, Andreas would rather we keep this information.

rjbs avatar Apr 29 '23 07:04 rjbs