Skip Menu |

This queue is for tickets about the ExtUtils-ModuleMaker CPAN distribution.

Report information
The Basics
Id: 125281
Status: resolved
Priority: 0/
Queue: ExtUtils-ModuleMaker

People
Owner: jkeenan [...] cpan.org
Requestors: jkeenan [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Replace Getopt::Std::getopts() with Getopt::Long::GetOptions()
Date: Sun, 6 May 2018 18:42:33 -0400
To: bug-ExtUtils-ModuleMaker [...] rt.cpan.org
From: James E Keenan <jkeenan [...] pobox.com>
Since I'm considering adding new functionality -- more git compatibility -- new command-line switches and options will be needed. For greater flexibility and self-documentation, let's allow long options as well as short options -- which implies the replacement suggested in the Subject line. No existing combinations of command-line switches/options should cease to function. Long options and mixed options will have to be tested. The Usage message will have to be revised to reflect the possibility of using long options. Documentation may need to be revised as well. Currently under development in the getopt-long-20180506 branch.
Accomplished with release of version 0.59.