This commit is contained in:
Carlos Salguero
2020-03-30 08:21:05 -03:00
parent 670dd962a9
commit f0ee14d479
5 changed files with 24 additions and 0 deletions

View File

@@ -88,6 +88,13 @@ is_deeply(
$dp->parse('u=a,p=b,F=/something.cnf'),
{
F => '/something.cnf',
P => undef,
u => "a",
p => "b",
h => undef,
A => undef,
S => undef,
D => undef,
},
'Read from config overrides other params'
);