Subject: | [PATCH] Reverse order |
Date: | Wed, 9 Jun 2010 10:53:12 -0400 |
To: | bug-cpan-reporter-smoker [...] rt.cpan.org |
From: | David Golden <xdaveg [...] gmail.com> |
Show quoted text
---------- Forwarded message ----------
From: Serguei Trouchelle <stro@cpan.org>
Hello David,
I'm attaching a patch to CPAN-Reporter-Smoker, which implements
"reverse" argument. When it's set to 1, testing starts from the latest
package and continues to recent ones.
5c5
< our $VERSION = '0.19';
---
> our $VERSION = '0.20';
64a65,68
> reverse => {
> default => 0,
> is_valid => sub { /^[01]$/ },
> },
154a159,163
> # Reverse list when asked to
> if ($args{'reverse'}) {
> $dists = [reverse @$dists];
> }
>
554a564,566
> * {reverse} -- toggle the order in which releases are tested. When set to 1,
> testing starts from the older release not the most recent one. Valid values
> are 0 or 1. Defaults to 0
Message body is not shown because sender requested not to inline it.