On Mon, Jun 14, 2004 at 05:26:14PM -0400, Dan Sugalski wrote: > At 4:39 PM -0400 6/14/04, Michael G Schwern wrote: > >On Mon, Jun 14, 2004 at 12:00:42PM -0400, Andy Dougherty wrote: > >> For some reason I haven't been able to figure out, perl5.00503 can't seem > >> to handle the TODO test in t/pmc/object-meths.t. Here's the result of > > > >5.5.3's Test::Harness doesn't know how to handle that style of TODO. > >You'll have to make a dependency on T::H 2.x if you want to use TODO. > > Is there another style of TODO that could be used here that would be > compatible with 5.005_03?
Yes, but its more trouble than its worth. You have to do it by test number as part of the plan. If your numbering changes (for example, you add a new test before the TODO test in the script) you have to renumber all the todo tests. Test.pm can output this style, Test::More doesn't bother. perldoc -m Test::Harness and look for "_deprecated" to see a full explaination. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ 11. Every old idea will be proposed again with a different name and a different presentation, regardless of whether it works. -- RFC 1925