On Wed, Mar 12, 2014 at 05:28:13AM -0400, Peter Rabbitson via RT wrote:
Show quoted text> Wed Mar 12 05:28:12 2014: Request 93775 was acted upon.
> Transaction: Ticket created by RIBASUSHI
> Queue: Module-CoreList
> Subject: Some oddness with trailing zeroes
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: ribasushi@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=93775 >
>
>
> ~$ perl -MModule::CoreList -e 'warn Module::CoreList::is_core("Test::More", 0, $_) for qw(5.01 5.010)'
>
> Grab me at QAH to discuss if I am missing something...
perl -MModule::CoreList -e 'warn Module::CoreList::is_core("Test::More", undef, $_) for qw(5.01 5.010)'
1 at -e line 1.
1 at -e line 1.
I think the oddness is in is_core, rather than related to the 5.010
--
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================