in reply to Exporter issues
You can work around the issue by having Module::Foo declare our($X0, $X1) but that's kinda awkward. If these constants are not computed it's probably better to create a Module::Constants that everyone uses, but which doesn't use anyone else in the project.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Exporter issues
by Dr. Mu (Hermit) on Oct 28, 2004 at 21:07 UTC |