2017-03-28 22:25:44 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE Perl Integration *ale-perl-options*
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
perl *ale-perl-perl*
|
|
|
|
|
|
|
|
g:ale_perl_perl_executable *g:ale_perl_perl_executable*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_perl_perl_executable*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
|
|
|
Default: `'perl'`
|
|
|
|
|
|
|
|
This variable can be changed to modify the executable used for linting perl.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_perl_perl_options *g:ale_perl_perl_options*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_perl_perl_options*
|
2017-03-28 22:25:44 +00:00
|
|
|
Type: |String|
|
2017-05-30 20:07:21 +00:00
|
|
|
Default: `'-c -Mwarnings -Ilib'`
|
2017-03-28 22:25:44 +00:00
|
|
|
|
|
|
|
This variable can be changed to alter the command-line arguments to the perl
|
|
|
|
invocation.
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|