in reply to Re^2: use Ensure -- module to spot undefined stuff
in thread use Ensure -- module to spot undefined stuff
Ah, so the question becomes what does this do that B::Lint doesn't do (other than being fatal rather than printing a warning, that is)?
$ perl -MO=Lint -wce 'foo( );' Nonexistant subroutine 'foo' called at -e line 1 -e syntax OK
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: use Ensure -- module to spot undefined stuff
by gone2015 (Deacon) on Aug 06, 2008 at 16:15 UTC | |
by Fletch (Bishop) on Aug 06, 2008 at 17:18 UTC | |
by gone2015 (Deacon) on Aug 07, 2008 at 00:05 UTC |