--- Andy Armstrong <[EMAIL PROTECTED]> wrote:

> Yup. I'm working on it now so I'll incorporate something like that.  
> Thanks :)

While you're at it, we can eliminate this bug (this is related to a
stateful prove):

  http://rt.cpan.org/Public/Bug/Display.html?id=2101

Someone wants to be able to shuffle tests but if they fail, use the
same playback order.  This can be done by choosing a random seed for
srand and then passing it in for a deterministic shuffle:

  prove --shuffle=$seed

Or perhaps App::Prove can cache the last random seed used and use that
if someone wants to repeat the last shuffle:

  prove --last-shuffle

Cheers,
Ovid

--
Buy the book  - http://www.oreilly.com/catalog/perlhks/
Perl and CGI  - http://users.easystreet.com/ovid/cgi_course/
Personal blog - http://publius-ovidius.livejournal.com/
Tech blog     - http://use.perl.org/~Ovid/journal/

Reply via email to