NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Built fine on OS X / 5.8.8 (Score:1)
Darwin dhcp-157.office.community.net.uk 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386
% perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=darwin, osvers=8.7.1, archname=darwin-2level
uname='darwin dhcp-162.office.community.net.uk 8.7.1 darwin kernel version 8.7.1: wed jun 7 16:19:56 pdt 2006; root:xnu-792.9.72.obj~2relea
Ok in Mac OS X (Score:1)
Darwin 63.63.103.87.rev.vodafone.pt 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386
melo@63:~ $ perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
Platform:
osname=darwin, osvers=8.0, archname=darwin-thread-multi-2level
uname='darwin b01.apple.com 8.0 darwin kernel version 8.3.0: mon oct 3 20:04:04 pdt 2005; root:xnu-792.6.22.obj~
life is short
Thanks for new TODO feature / runtests feedback (Score:1)
wish: line numbers for passing TODOs (Score:1)
One more point of feedback: To complete the passing TODO enhancement, it would be really nice to have the line numbers for these tests, like we do with failing tests. With just the test number alone, tests can still be a little challenging to track down, since test scripts don't often contain test numbers.
Re: (Score:2)
Thanks for your feedback. I'll be working on this. You'll have to talk to Schwern, the maintainer of Test::Simple [cpan.org], for the 'TODO line number' feature. I have no control over that since the TODO information is TAP and I merely parse the TAP.
I should have another release out soon.