in reply to Issues when testing module loading
So just test use_ok 'Your::Module';.
(I know that doesn't answer the underlying question of how to test module loading; if you just want to silence these warnings, use no warnings qw(redefine prototype);)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Issues when testing module loading
by skx (Parson) on Jun 03, 2008 at 15:59 UTC | |
by moritz (Cardinal) on Jun 03, 2008 at 16:16 UTC | |
by skx (Parson) on Jun 03, 2008 at 18:48 UTC |