perl5005delta.pod L<>
authorNicholas Clark <nick@ccl4.org>
Sat, 24 Nov 2001 18:04:21 +0000 (18:04 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 24 Nov 2001 17:06:11 +0000 (17:06 +0000)
Message-ID: <20011124180421.S37621@plum.flirble.org>

p4raw-id: //depot/perl@13240

pod/perl5005delta.pod

index c60d37c..e689b84 100644 (file)
@@ -50,7 +50,7 @@ in a future version.
 
 Some new keywords have been introduced.  These are generally expected to
 have very little impact on compatibility.  See L<New C<INIT> keyword>,
-L<New C<lock> keyword>, and L<New C<qr//> operator>.
+L<New C<lock> keyword>, and L<New C<qrE<sol>E<sol>> operator>.
 
 Certain barewords are now reserved.  Use of these will provoke a warning
 if you have asked for them with the C<-w> switch.
@@ -255,7 +255,7 @@ The following new syntax elements are supported:
 
 =item New operator for precompiled regular expressions
 
-See L<New C<qr//> operator>.
+See L<New C<qrE<sol>E<sol>> operator>.
 
 =item Other improvements