in reply to Re^2: A question about PERL versioning.
in thread A question about PERL versioning.

required reading: feature, use

use version implies a certain set of use feature. Specifically, use 5.010 and better enables feature say.

  • Comment on Re^3: A question about PERL versioning.