diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 16:15:02 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:06 -0600 |
commit | fd4f576613053ce58b198f4280fdba405bc91e37 (patch) | |
tree | 67d1e61a6156527cb547e6427f206e0f17c004cf /pod/perlsyn.pod | |
parent | 06ce2fa3ff5f9ba6185d468e159ffce54fbb1605 (diff) | |
download | perl-fd4f576613053ce58b198f4280fdba405bc91e37.tar.gz |
perlsyn: fix broken link to this
The X<> have spaces between them which was causing the =head to
generate a different anchor than expected
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r-- | pod/perlsyn.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 603dd15ae8..a88fb036ba 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -522,6 +522,7 @@ Such constructs are quite frequently used, because older versions of Perl had no official C<switch> statement. =head2 Switch statements + X<switch> X<case> X<given> X<when> X<default> Starting from Perl 5.10, you can say |