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: 93775
Status: open
Priority: 0/
Queue: Module-CoreList

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: Some oddness with trailing zeroes
~$ 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...
Subject: Re: [rt.cpan.org #93775] Some oddness with trailing zeroes
Date: Wed, 12 Mar 2014 13:19:42 +0000
To: Peter Rabbitson via RT <bug-Module-CoreList [...] rt.cpan.org>
From: "Chris 'BinGOs' Williams" <chris [...] bingosnet.co.uk>
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 ==========================
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.