On 8/15/06, Ovid <[EMAIL PROTECTED]> wrote:
----- Original Message ----
From: Jonathan Rockway <[EMAIL PROTECTED]>
> To: James E Keenan <[EMAIL PROTECTED]>
> Cc: module-authors@perl.org; Ovid <[EMAIL PROTECTED]>
> Sent: Tuesday, August 15, 2006 12:50:47 AM
> Subject: Re: Give up your modules!
>
> Is there software that needs to be written? I could write a small
> Catalyst application to handle this, if someone is willing to host it.
I suspect this isn't what you were talking about, but we could also assign
weights to various components:
1. The number of bug reports and their severity.
2. Number of days since last release.
3. The number of CPAN tester reports (total, separating test failures is
useless since those are mostly a waste of time)
4. The number of other modules which have a dependency on the current module.
Multiply each number by its weight and sum them. Skip if no bugs are in RT (or
multiply the first result by the next 3?)
I guess such thing should be part of CPANTS.
Gabor