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.
In order to add some custom lib directories that should be added to the
perl command line you can add those to the global variable
g:syntastic_perl_lib_path.
let g:syntastic_perl_lib_path = './lib'
To use your own perl error output munger script, use the
g:syntastic_perl_efm_program option. Any command line parameters should be
included in the variable declaration. The program should expect a single
parameter; the fully qualified filename of the file to be checked.
let g:syntastic_perl_efm_program = "foo.pl -o -m -g"