in reply to Re: Re: How should this work ? (design of Exporter::VA)
in thread How should this work ? (design of Exporter::VA)

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?

I had a bit of trouble parsing this. Do you mean setting a default version for calls to functions that aren't explicitly exported? If that's what you mean, I wouldn't do it. I look at the versions in reverse order of being used.

If I'm not understanding, could you give an example?

--traveler