Merge pull request #600 from oalders/oalders-perl-warnings

Remove -X flag from perl defaults.
This commit is contained in:
w0rp
2017-05-30 22:30:37 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ g:ale_perl_perl_executable *g:ale_perl_perl_executable*
g:ale_perl_perl_options *g:ale_perl_perl_options*
*b:ale_perl_perl_options*
Type: |String|
Default: `'-X -c -Mwarnings -Ilib'`
Default: `'-c -Mwarnings -Ilib'`
This variable can be changed to alter the command-line arguments to the perl
invocation.