in reply to Most painless way to update the number of tests run?
Personally, I haven't specified a single test count since Test::More added done_testing() as an option. While I'm certain there are use cases where the count itself can be important information, keeping it accurate was never more than pointless busywork for me, so I stopped doing it as soon as that was an option.