Testing on VMS

2007-10-31 Thread Andy Armstrong
I've written a short page about testing on VMS: http://perl-qa.hexten.net/wiki/index.php/Testing_on_VMS Now there's no excuse not to :) -- Andy Armstrong, Hexten

Mad TAP proposal

2007-10-31 Thread Andy Armstrong
We have this ticket in the Test::Harness RT queue: http://rt.cpan.org/Ticket/Display.html?id=29633 Martin Thurn is asking for a SKIP_OUT directive that would skip all remaining test files and return a PASS. I don't like that idea; it depends on the order of execution of test scripts and it

Re: [tap-l] Mad TAP proposal

2007-10-31 Thread Eric Wilhelm
# from Andy Armstrong # on Wednesday 31 October 2007 16:51: >But what about a more general mechanism? A TAP directive that means   >'schedule these other tests'. So then you'd have a controller test   >which was the only one directly visible to Test::Harness and that'd   >decide which other tests