in reply to Re^2: Will the real Internals module please stand up?
in thread Will the real Internals module please stand up?

can I rely on our $VERSION = version::qv('1.0.0'); without doing use version; first?
In counter-example, the utf8 and Win32 doc specifically say what can be assumed to be available without loading the module, so unless you can find a similar guarantee in the version doc, I think you'd be overly trusting to do so.
  • Comment on Re^3: Will the real Internals module please stand up?