Codebase list libgetopt-long-descriptive-perl / 14b878c
bump required version to v5.10.1 for one thing, v5.10.0 is a mess for a more specific thing, it has a warning about "use v5.10" that exists only one that one very specific version of perl and is annoying! Ricardo Signes 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 package Getopt::Long::Descriptive;
33 # ABSTRACT: Getopt::Long, but simpler and more powerful
44
5 use v5.10;
5 use v5.10.1;
66
77 use Carp qw(carp croak);
88 use File::Basename ();