diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-05 20:18:04 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-05 20:28:20 -0800 |
commit | 4823829628745e4bd7e9bfe988e1dab5a60224dd (patch) | |
tree | af108aab63ebc81e1a7da0718a774f2274d0dc77 /lib/feature.pm | |
parent | 8e15b1894e416f804dd7c3a6a3cd143a628d240e (diff) | |
download | perl-4823829628745e4bd7e9bfe988e1dab5a60224dd.tar.gz |
Correct links to perlsyn and perlop
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index 8dfb7aaf4b..9558f8c39e 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -124,7 +124,7 @@ This feature is available starting with Perl 5.10. C<use feature 'switch'> tells the compiler to enable the Perl 6 given/when construct. -See L<perlsyn/"Switch statements"> for details. +See L<perlsyn/"Switch Statements"> for details. This feature is available starting with Perl 5.10. |