in reply to Re: Enforce single hyphen for single character options in Getopt::Long
in thread Enforce single hyphen for single character options in Getopt::Long

For what it's worth, as the module is written, long_prefix_pattern doesn't seem to be intended as a way to distinguish short and long option prefixes per se. Instead it is intended as a subset of the general prefixes that allow the --option=value syntax in addition to the --option value syntax.