This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve perldelta formatting
authorFlorian Ragwitz <rafl@debian.org>
Fri, 20 Aug 2010 01:53:52 +0000 (03:53 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Fri, 20 Aug 2010 01:53:52 +0000 (03:53 +0200)
pod/perl5134delta.pod

index a475cfe..be17c1b 100644 (file)
@@ -35,31 +35,31 @@ Functions declared with the following prototypes now behave correctly as unary f
 
 =item *
 
-*
+C<*>
 
 =item *
 
-\sigil
+C<\sigil>
 
 =item *
 
-\[...]
+C<\[...]>
 
 =item *
 
-;$
+C<;$>
 
 =item *
 
-;*
+C<;*>
 
 =item *
 
-;\sigil
+C<;\sigil>
 
 =item *
 
-;\[...]
+C<;\[...]>
 
 =back