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.
To add custom lib directories to the perl command line you can set the g:syntastic_perl_lib_path variable to a comma-separated list of directories:
letg:syntastic_perl_lib_path='./lib,./lib/auto'
To use your own error output munger script, use the g:syntastic_perl_efm_program option. Any command line parameters should also be included in this variable's declaration. The program expects a single parameter, the fully qualified filename of the file to be checked.