perlglossary: fix broken link
authorFather Chrysostomos <sprout@cpan.org>
Sun, 18 Sep 2011 02:39:07 +0000 (19:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 18 Sep 2011 02:39:07 +0000 (19:39 -0700)
pod/perlglossary.pod

index 7be5249..014eb99 100644 (file)
@@ -2029,7 +2029,7 @@ strings, but Perl allows strings to contain a null.
 =item null list
 
 A valueless value represented in Perl by C<()>.  It is not really a
-L</LIST>, but an expression that yields L</undef> in L</scalar context> and
+L</LIST>, but an expression that yields C<undef> in L</scalar context> and
 a L</list value> with zero elements in L</list context>.
 
 =item null string