Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-dbackup
awit-dbackup
Commits
fafceefc
Commit
fafceefc
authored
Jan 23, 2012
by
Nigel Kukard
Browse files
Improve compatibility for diff versions of Config::IniFiles
parent
72ae9739
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbackup
View file @
fafceefc
...
...
@@ -1481,7 +1481,7 @@ sub toArray
if (ref $param eq "ARRAY") {
return $param;
} else {
return [$param];
return [
split(/\n/,
$param
)
];
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment