in reply to
Cleaning up unused subroutines
Get your test suite up to 95% coverage.
Pick a subroutine you think isn't used anymore and rename it.
If your test suite still passes, it isn't being used. If it fails, you'll see how.
My criteria for good software:
Does it work?
Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
Comment on
Re: Cleaning up unused subroutines
In Section
Seekers of Perl Wisdom