in reply to Re^3: use Ensure -- module to spot undefined stuff
in thread use Ensure -- module to spot undefined stuff
B::Lint only considers main (at least by default), which doesn't quite fit with an Object approach.
As with use strict, I am surprised that there isn't something more built-in to cover the horribly common case of misspelling a subroutine name -- especially as the error can lie dormant in a little used part of one's code !
If use strict covered it, or if B::Lint was easier to use and could be specified within packages, then this module would be redundant....
In the meantime, I've found it useful and the reason for this posting is to see if other people would too.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: use Ensure -- module to spot undefined stuff
by Fletch (Bishop) on Aug 06, 2008 at 17:18 UTC | |
by gone2015 (Deacon) on Aug 07, 2008 at 00:05 UTC |