Skip Menu |

This queue is for tickets about the JSON-RPC CPAN distribution.

Report information
The Basics
Id: 64237
Status: new
Priority: 0/
Queue: JSON-RPC

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

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



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!