in reply to How do you determine what version of Perl your program requires?

After rereading your question thrice, it seems you want to know the minimal module version which inserted a certain exported feature.

The questions if it's in core and from which Perl version on are secondary.

Please note that this is a different question to asking for the minimal Perl version, since you can list needed module versions in your distro and in the use MODULE VERSION syntax.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

  • Comment on Re: How do you determine what version of Perl your program requires?
  • Download Code