Blame SOURCES/perl-5.16.3-perlvar-pod.patch

243a19
--- perl-5.16.3/pod/perlvar.pod.orig	2013-04-26 14:24:18.372682967 +0200
243a19
+++ perl-5.16.3/pod/perlvar.pod	2013-04-26 14:25:46.969324030 +0200
243a19
@@ -835,7 +835,7 @@
243a19
 
243a19
 =item $PREMATCH
243a19
 
243a19
-=item $`
243a19
+=item C<$`>
243a19
 X<$`> X<$PREMATCH> X<${^PREMATCH}>
243a19
 
243a19
 The string preceding whatever was matched by the last successful
243a19
@@ -867,7 +867,7 @@
243a19
 
243a19
 =item $POSTMATCH
243a19
 
243a19
-=item $'
243a19
+=item C<$'>
243a19
 X<$'> X<$POSTMATCH> X<${^POSTMATCH}> X<@->
243a19
 
243a19
 The string following whatever was matched by the last successful