Skip Menu |

This queue is for tickets about the App-Options CPAN distribution.

Report information
The Basics
Id: 53860
Status: new
Priority: 0/
Queue: App-Options

People
Owner: Nobody in particular
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

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



Subject: support "--opt arg" as well as "--opt=arg"
I have always wondered why App::Options doesn't support "--opt arg" as well as "--opt=arg" (i.e. make the "=" optional). In GNU utilities it is more common to leave out the "=". Getopt::Long also supports optional "=".