Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
(Repeated with permission)
Recently when I asked on the Perl-QA list what features people would like to see in TAPx::Parser, Dave Rolsky replied that he would like to see the $ENV{HARNESS_ACTIVE} variable set. So I added that along with $ENV{HARNESS_VERSION}. After a bit of email exchange with him, he wrote the following:
I've started using it instead of prove. The two killer features for me were ordering output from STDOUT/STDERR correctly, and the color highlighting.
In another encouraging sign, not only do we have no test failures reported for the latest release and zero bug reports (all previous ones having been fixed), I see a success report for Cygwin, a very encouraging sign.
More features to come!
Damnit (Score:1)
Sort Order (Score:1)
Re: (Score:1)
Re: (Score:1)
Who knows what the hell Windows is doing. Maybe by ntfs node id or something terribly non-useful.
Re: (Score:2)
There are no inodes on Windows, btw. :)
Re: (Score:1)
Re: (Score:2)
Tests are returned in the order that File::Find returns them. See the code for bin/runtests.