Skip Menu |

This queue is for tickets about the MySQL-Config CPAN distribution.

Report information
The Basics
Id: 122098
Status: new
Priority: 0/
Queue: MySQL-Config

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

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



Subject: Return hash when password contains an equal sign
This my.cnf: [client] user=root password=a=b will cause parse_defaults() to return: { user=>"root", password=>{a=>b} } instead of: { user=>"root", password=>'a=b' }