in reply to Re: How should this work ? (design of Exporter::VA)
in thread How should this work ? (design of Exporter::VA)
The import pragma switches are double-dashed. If you don't define them, they are inherited from Exporter::VA to control the export process itself. So I'd say use Module v1.2 qw/ --only baz /;.
Looking at tye's reply, what would you name a switch that does the opposite, that is, enables the AUTOLOAD hook to allow direct calls to the module to be versioned?
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How should this work ? (design of Exporter::VA)
by traveler (Parson) on Dec 18, 2002 at 23:05 UTC |