Subject: | prove file sort issue |
Date: | Wed, 16 Aug 2006 00:12:06 -0700 |
To: | Andy Lester <andy [...] petdance.com> |
From: | Dan Sully <daniel [...] electricrain.com> |
Andy - it was good to meet you tonight.
As it happens, I have a bug report on 'prove' that I just ran into.
On my Macbook Pro:
[wibble][~/dev/slim/trunk/tests]$ prove -D t
t/00use.t
t/01pod.t
t/02pod-coverage.t
t/03server-start.t
t/04web-basic.t
t/z99server-stop.t
On my Debian test server:
sdi@web:~/build/trunk/tests$ prove -D t
t/00use.t
t/04web-basic.t
t/02pod-coverage.t
t/z99server-stop.t
t/01pod.t
t/03server-start.t
Both versions of prove are 1.04
This small patch fixes the problem:
--- prove.orig 2006-08-16 00:10:25.000000000 -0700
+++ prove 2006-08-16 00:10:54.000000000 -0700
@@ -114,7 +114,7 @@ sub all_in {
warn "$start: $!\n";
}
- return @hits;
+ return sort @hits;
}
-D
--
Off the record, on the QT, and very hush-hush.