in reply to How to tell what version of Perl a script needs?

You probably want Perl::MinimumVersion, based on a feature-use analysis with PPI.

It doesn't exist yet, but should shortly. Watch this space (and the CPAN upload list).

Anyone who wants to help out, message me and I'll add you to the Parse::Perl SourceForge project.
  • Comment on Re: How to tell what version of Perl a script needs?

Replies are listed 'Best First'.
Re^2: How to tell what version of Perl a script needs?
by adamk (Chaplain) on Apr 20, 2005 at 05:05 UTC
Re^2: How to tell what version of Perl a script needs?
by Whitehawke (Pilgrim) on Apr 21, 2005 at 18:22 UTC
    Wow. I always knew that Perlmonks was the "ask and ye shall receive site", but this is just astounding. Thank you; that's exactly what I was looking for.