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

(v3.1.0) Perl: perl

LCD 47 edited this page Dec 13, 2014 · 1 revision

Maintainers:

Checker options:

g:syntastic_perl_interpreter (string; default: 'perl')
The perl interpreter to use.
g:syntastic_perl_lib_path (string; default: '')
Comma-separated list of include directories to be added to the perl command line.
g:syntastic_perl_efm_program (string; default: 'efm_perl.pl -c -w')
Helper script for munging errors. Any command line parameters should be added here. The program expects a single parameter, the fully qualified filename of the file to be checked. Can be overridden locally to the current buffer by b:syntastic_perl_efm_program.
Clone this wiki locally