I've just committed a minor change that both Andy and I have wanted for a long 
time, but I do wonder if it will impact others. Instead of seeing this:

    t/proverun......................ok
    t/regression....................ok
    t/results.......................ok
    t/scheduler.....................ok
    t/source........................ok
    t/spool.........................ok
    t/state.........................ok
    t/streams.......................ok

You'll see this:

    t/proverun .................... ok
    t/regression .................. ok
    t/results ..................... ok
    t/scheduler ................... ok
    t/source ...................... ok
    t/spool ....................... ok
    t/state ....................... ok
    t/streams ..................... ok 

Both of us found this much cleaner. However, this might have unexpected 
consequences. It also highlights the issue of Test::Harness's long-standing 
practice of stripping the .t extension from filenames. Why? If we want other 
extensions, stripping them is probably bad.

Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Reply via email to