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 "=".