in reply to "possible typo" warnings in modules
Thanks for your answers, everyone - and diotalevi in particular. A couple of related questions:
How exactly is "in module" defined? Playing some more with this shows that do "WarnMe.pm"; for example (instead of use WarnMe;) also does not yield the warning (with or without the package declaration).
Is there some way to enable/force this warn feature explicitly in modules?
Is there a listing somewhere (within source code is fine) of which warnings do apply in which contexts (like "in module", etc.)?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "possible typo" warnings in modules
by diotalevi (Canon) on Feb 17, 2007 at 20:57 UTC | |
by almut (Canon) on Feb 17, 2007 at 23:08 UTC |