add commit ids to s///r addition
Matt S Trout [Thu, 17 Jun 2010 02:12:02 +0000 (03:12 +0100)]
pod/perl5132delta.pod

index fd126fc..3753980 100644 (file)
@@ -41,7 +41,8 @@ the copy and returns the result.  The original remains unmodified.
   my $new = $old =~ s/cat/dog/r;
   # $old is 'cat' and $new is 'dog'
 
-This is particularly useful with C<map>.  See L<perlop> for more examples.
+This is particularly useful with C<map>.  See L<perlop> for more examples
+(4f4d75, 000c65).
 
 =head2 package block syntax