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 Apr 17, 2013 · 14 revisions

Maintainers:

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"
Clone this wiki locally