Improve the configuration file handling
Prevent code execution from shell metacharacters in config file names.
Prevent errors when importing config filenames with spaces.
Prevent splitting variables containing newlines into multiple variables.
Use String::ShellQuote for these and move it to Depends.
Print all variables in one statement.
Use q{} to improve readability.
Closes: !124
Loading
Please register or sign in to comment