Change 29821 by [EMAIL PROTECTED] on 2007/01/15 12:44:45
Fix link to perlsyn (thanks to Michael G Schwern)
Affected files ...
... //depot/perl/lib/feature.pm#14 edit
Differences ...
==== //depot/perl/lib/feature.pm#14 (text) ====
Index: perl/lib/feature.pm
--- perl/lib/feature.pm#13~29820~ 2007-01-15 04:42:36.000000000 -0800
+++ perl/lib/feature.pm 2007-01-15 04:44:45.000000000 -0800
@@ -81,7 +81,7 @@
C<use feature '~~'> tells the compiler to enable the Perl 6
smart match C<~~> operator.
-See L<perlsyn/"Smart Matching in Detail"> for details.
+See L<perlsyn/"Smart matching in detail"> for details.
=head2 The 'say' feature
End of Patch.