sciurius / perl-Getopt-Long

Module Getopt::Long - extended processing of command line options
13 stars 17 forks source link

fix a bug caused 'use Getopt::Long 2.4' don't have the documented effect #9

Closed qiuhw closed 4 years ago

qiuhw commented 5 years ago

Getopt::Long->import() was resetting $requested_version to 0 after Getopt::Long->VERSION() called, so that auto_help/auto_version was always off if not enabled explicitly even if the version required greater than 2.3203, which is not consist with the document. So removed the buggy line.