This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9541801
)
Convert to a different quoting.
author
Shlomi Fish
<shlomif@shlomifish.org>
Wed, 12 Sep 2012 07:52:12 +0000
(10:52 +0300)
committer
Ricardo Signes
<rjbs@cpan.org>
Mon, 12 Nov 2012 14:18:20 +0000
(09:18 -0500)
This was done so gvim won't be confused with the bracket-matching.
I'll report the problem to the perl.vim project.
lib/perl5db.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.t
b/lib/perl5db.t
index
81e04d3
..
23346d0
100644
(file)
--- a/
lib/perl5db.t
+++ b/
lib/perl5db.t
@@
-1676,9
+1676,9
@@
package main;
{
cmds =>
[
-
q/{ ?/
,
-
q/{ l/
,
-
q/{ ?/
,
+
'{ ?'
,
+
'{ l'
,
+
'{ ?'
,
q/b 5/,
q/c/,
q/q/,