- or download this
(defvar perl-compilation-error-regexp-alist
;; Contributed by Martin Jost
'(
...
"Alist that specifies how to match errors in perl output.
See variable compilation-error-regexp-alist for more details.")
- or download this
(defvar perl-compilation-error-regexp-alist
;; Contributed by Martin Jost
'(
...
"Alist that specifies how to match errors in perl output.
See variable compilation-error-regexp-alist for more details.")
- or download this
(defvar cperl-compilation-error-regexp-alist-lanx-patch
'(
...
"mode-compile"
'(setq perl-compilation-error-regexp-alist
cperl-compilation-error-regexp-alist-lanx-patch)))