in reply to Re^2: Changes in Latest Version of CGI::Application (4.02)
in thread Changes in Latest Version of CGI::Application (4.02)

Curiously, Devel::Cover wouldn't have caught this, because all the code was executed already by the test suite. It's only when you override particular methods that the bug is exposed.

So it would be quite possible to write a test for it, although difficult to detect that the case wasn't covered by a test.

  • Comment on Re^3: Changes in Latest Version of CGI::Application (4.02)