in reply to Re: Undefined Subroutine errors
in thread Undefined Subroutine errors
Your test suite should have a test (or several) written for each of the cases that should cause a failure. If this test suite was run before each release you would catch the error that this post references.
Writing a compehensive set of tests can be an intimidating task, but the amount of time it will save you in the long run is well worth it.
Here is an article describing perl best practices, it has 10 tips from Damian Conway's excellent Perl Best Practices book.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Undefined Subroutine errors
by Anonymous Monk on Jul 17, 2006 at 22:01 UTC |