App-GetoptLongUtils
view release on metacpan or search on metacpan
script/parse-getopt-long-spec view on Meta::CPAN
our $VERSION = '0.006'; # VERSION
use 5.010001;
use strict;
use warnings;
use Data::Dmp;
use Getopt::Long::Util qw(parse_getopt_long_opt_spec);
for (@ARGV) {
say "$_: ", dmp(parse_getopt_long_opt_spec($_));
}
# ABSTRACT: Parse Getopt::Long option specification
# PODNAME: parse-getopt-long-spec
__END__
=pod
=encoding UTF-8
( run in 0.807 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )