Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Perl: perl

LCD 47 edited this page May 17, 2013 · 14 revisions

Maintainers:

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:

let g: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.

let g:syntastic_perl_efm_program = "foo.pl -o -m -g"
Clone this wiki locally