You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
List of include directories to be added to the perl command line. Example:
```vim
let g:syntastic_perl_lib_path = [ '/usr/local/lib/perl5/auto' ]
```
Note
The variable g:syntastic_perl_interpreter is shared with the
perl/perl checker. If for some reasons you don't want
to use the same interpreter for both checkers, you can override it
locally by setting g:syntastic_yaml_yamlxs_exec.