Skip Menu |

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

Report information
The Basics
Id: 86504
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: sort order is not consistent between generator modules
Some MCK modules have the same sort order indicated, so this code in Module::CPANTS::Kwalitee does not return a consistent order: my @generators=sort { $generators{$a} <=> $generators{$b} } keys %generators; Note that this fix is necessary before this pull request can be released: https://github.com/karenetheridge/Test-Kwalitee/pull/3
On 2013-06-27 16:37:50, ETHER wrote: Show quoted text
> Some MCK modules have the same sort order indicated, so this code in > Module::CPANTS::Kwalitee does not return a consistent order:
Patched in https://github.com/daxim/Module-CPANTS-Analyse/pull/12
Closed as 0.91 with the patch was released. Thanks. On Fri Jun 28 08:39:27 2013, ETHER wrote: Show quoted text
> On 2013-06-27 16:37:50, ETHER wrote:
> > Some MCK modules have the same sort order indicated, so this code in > > Module::CPANTS::Kwalitee does not return a consistent order:
> > > Patched in https://github.com/daxim/Module-CPANTS-Analyse/pull/12