Skip to content

Commit

Permalink
A version that tells we are merged
Browse files Browse the repository at this point in the history
  • Loading branch information
renormalist committed May 22, 2010
1 parent 0b3a31b commit 657caae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cperl-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -10843,7 +10843,7 @@ do extra unwind via `cperl-unwind-to-safe'."
(cperl-fontify-syntaxically to)))))

(defvar cperl-version
(let ((v "Revision: 6.2-Pugs/Github "))
(let ((v "Revision: 6.2-Perl6/MXDeclare "))
(string-match ":\\s *\\([-/0-9a-z.]+\\)" v)
(substring v (match-beginning 1) (match-end 1)))
"Version of IZ-supported CPerl package this file is based on.")
Expand Down

0 comments on commit 657caae

Please sign in to comment.