in reply to $VERSION in modules with multiple packages
I would do (and have done) the first option. If there was some strong reason to have version numbers defined in multiple packages, then I'd have Some::Package::Version which simply defines the version number and exports it using Exporter; I wouldn't use inheritance. But I find that an unlikely feature requirement, especially since you mention inheritance.
- tye
|
|---|