Re: "used only once" warning lost by require?

2003-06-10 Thread Michael G Schwern
On Tue, Jun 10, 2003 at 09:38:08AM +0200, Rafael Garcia-Suarez wrote: > Frankly, I don't know whether the current behaviour is the result of a > design or not ; but it makes sense to me. I mean, modules are not > intended to be standalone entities, so global variables used only > once in them are p

Re: "used only once" warning lost by require?

2003-06-05 Thread Rafael Garcia-Suarez
Michael G Schwern <[EMAIL PROTECTED]> wrote: > > I don't understand why the warning doesn't happen when require loads and > compiles Foo.pm. If the warning *only* happens with -c, I don't > understand why it would be desirable to work that way. -c doesn't influence the presence of the warning.