in reply to Re^5: How to tell what version of Perl a script needs?
in thread How to tell what version of Perl a script needs?

He's not asking how to require a version of Perl (as use v5.6.0 would do),
he's asking how to determine which version of Perl is required (so he could add a use v5.6.0 directive, for example).