Re: Test::Builder::Tester considered harmful. Use Test::Tester.

2012-08-15 Thread Michael G Schwern
On 2012.8.15 2:43 AM, Buddy Burden wrote: > Well, I say that it's a bit of a PITA, but I'll add it to my TODO > list. I recall now that the skip/SKIP thing is what was causing some > CPAN Testers failures for Test::File, so I guess I'l just switch it > over to Test::Tester and that'll solve it, eh

Re: Test::Builder::Tester considered harmful. Use Test::Tester.

2012-08-15 Thread Michael G Schwern
On 2012.8.15 4:24 AM, Karen Etheridge wrote: > On Sat, Aug 04, 2012 at 04:57:42PM -0700, Michael G Schwern wrote: >> Executive Summary: If you're using Test::Builder::Tester to test your Test >> module, switch to Test::Tester. It will make the transition to Test::Builder >> 1.5 smoother and avoid

Re: Test::Builder::Tester considered harmful. Use Test::Tester.

2012-08-15 Thread Buddy Burden
schwern, > You should be able to leave your Test::Builder::Tester stuff alone, it'll > work, but eventually you're going to want to change them. Excellent. So I'll leave it on my todo list, just bump it down in priority. ;-> -- Buddy