Variable: cperl-version

cperl-version is a variable defined in cperl-mode.el.gz.

This variable is obsolete since 28.1; use emacs-version(var)/emacs-version(fun) instead.

Value

"6.2"

Documentation

Version of IZ-supported CPerl package this file is based on.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defvar cperl-version
  (let ((v  "Revision: 6.2"))
    (string-match ":\\s *\\([0-9.]+\\)" v)
    (substring v (match-beginning 1) (match-end 1)))
  "Version of IZ-supported CPerl package this file is based on.")