From: Matt S Trout Date: Thu, 17 Jun 2010 02:12:02 +0000 (+0100) Subject: add commit ids to s///r addition X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=224aa572bbd3bfbee2f1dc5edf5d3037a00ce961;p=p5sagit%2Fp5-mst-13.2.git add commit ids to s///r addition --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index fd126fc..3753980 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -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. See L for more examples. +This is particularly useful with C. See L for more examples +(4f4d75, 000c65). =head2 package block syntax