Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-CoreList CPAN distribution.

Report information
The Basics
Id: 56739
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Module-CoreList

People
Owner: RGARCIA [...] cpan.org
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.29
Fixed in: (no value)



Subject: corelist -a lists both 5.012 and 5.012000
corelist -a lists both 5.012 and 5.012000, duplicates. It also lists 5.01 and 5.010000. Here is the example of Time::HiRes. $ corelist -a Time::HiRes Time::HiRes was first released with perl 5.007003 5.007003 1.20_00 5.008 1.20_00 5.008001 1.51 5.008002 1.52 5.008003 1.52 5.008004 1.59 5.008005 1.59 5.008006 1.65 5.008007 1.66 5.008008 1.86 5.008009 1.9715 5.009 1.51 5.009001 1.56 5.009002 1.66 5.009003 1.86 5.009004 1.87 5.009005 1.9707 5.01 1.9711 5.010000 1.9711 5.010001 1.9719 5.011 1.9719 5.011000 1.9719 5.011001 1.9719 5.011002 1.9719 5.011003 1.9719 5.011004 1.9719 5.011005 1.9719 5.012 1.9719 5.012000 1.9719
This has been fixed by this patch : http://perl5.git.perl.org/perl.git/commitdiff/515d06e661ce32e3d6de9babe03d30e06c78fc0b which will be in the next CPAN version of Module::Corelist (to be released soon with perl 5.13.0)
Looks like we fixed it at the same time. I submit my change as being more complete. It covers both "corelist -a" and "corelist -v". http://github.com/schwern/Module-Corelist/commit/367da9887dd8a423d891362abd519afb0a335323 I've also made the test not require Test::Differences so it should work in the core. http://github.com/schwern/Module-Corelist/commit/e007eb8dd531dd146e37916289ca9e2a3f97fb1e
I believe this is long resolved in core. Closing ticket.