Convert to a different quoting.
authorShlomi Fish <shlomif@shlomifish.org>
Wed, 12 Sep 2012 07:52:12 +0000 (10:52 +0300)
committerRicardo 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

index 81e04d3..23346d0 100644 (file)
@@ -1676,9 +1676,9 @@ package main;
         {
             cmds =>
             [
-                q/{ ?/,
-                q/{ l/,
-                q/{ ?/,
+                '{ ?',
+                '{ l',
+                '{ ?',
                 q/b 5/,
                 q/c/,
                 q/q/,