diff options
author | Yves Orton <demerphq@gmail.com> | 2007-03-07 21:44:52 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-08 15:06:49 +0000 |
commit | 803059618a6e90fb614193e8cdf81c79f27d8764 (patch) | |
tree | db5730c32d430d60f92969264750bf6e012b98b2 /pod/perl595delta.pod | |
parent | 83a611dd5adb33872b776b40314625f3a354690b (diff) | |
download | perl-803059618a6e90fb614193e8cdf81c79f27d8764.tar.gz |
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
p4raw-id: //depot/perl@30517
Diffstat (limited to 'pod/perl595delta.pod')
-rw-r--r-- | pod/perl595delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index d072d5ff0d..cc7ea80f1a 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -109,7 +109,7 @@ holding values from all capture buffers similarly named, if there should be many of them. C<%+> and C<%-> are implemented as tied hashes through the new module -C<re::Tie::Hash::NamedCapture>. +C<Tie::Hash::NamedCapture>. Users exposed to the .NET regex engine will find that the perl implementation differs in that the numerical ordering of the buffers |