We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0ff883 + 6ab119d commit 06f5668Copy full SHA for 06f5668
cperl-mode.el
@@ -6959,7 +6959,7 @@ by CPerl."
6959
(number-to-string (1- (elt elt 1))) ; Char pos 0-based
6960
"\n")
6961
(if (and (string-match "^[_a-zA-Z]+::" (car elt))
6962
- (string-match "^" cperl-sub-regexp "[ \t]+\\([_a-zA-Z]+\\)[^:_a-zA-Z]"
+ (string-match (concat "^" cperl-sub-regexp "[ \t]+\\([_a-zA-Z]+\\)[^:_a-zA-Z]")
6963
(elt elt 3)))
6964
;; Need to insert the name without package as well
6965
(setq lst (cons (cons (substring (elt elt 3)
0 commit comments