Subject: | Include underscore character in the _parse_argument_type function |
I've stumbled on this problem while adding a parameter name containing the underscore
character. Made me look into the problem and discovered this:
$text =~ /^([,: a-zA-Z0-9]*)?$/;
I see no harm in including underscore in the regex. Cheers!