Variable: cperl-pod-here-fontify

cperl-pod-here-fontify is a customizable variable defined in cperl-mode.el.gz.

Value

t

Documentation

Not-nil after evaluation means to highlight POD and here-docs sections.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-pod-here-fontify t
  "Not-nil after evaluation means to highlight POD and here-docs sections."
  :type 'boolean
  :group 'cperl-faces)