In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6a475a49baf3f05fd8608db42c00aabd13729c7b?hp=49bc8c204e5c79057de13cec3a02f8a247d71bc0>

- Log -----------------------------------------------------------------
commit 6a475a49baf3f05fd8608db42c00aabd13729c7b
Author: Karl Williamson <[email protected]>
Date:   Mon Aug 24 14:07:32 2015 -0600

    perldelta: Fix typo
    
    Spotted by Lukas Mai
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c91c981..4ba2138 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -352,7 +352,7 @@ C<qr/(?[ () ])/> no longer segfaults, giving a syntax error 
message instead.
 
 =item *
 
-Regular expression possesive quantifier v5.20 regression now fixed.
+Regular expression possessive quantifier v5.20 regression now fixed.
 C<qr/>I<PAT>C<{>I<min>,I<max>C<}+>C</> is supposed to behave identically
 to C<qr/(?E<gt>>I<PAT>C<{>I<min>,I<max>C<})/>.  Since v5.20, this didn't
 work if I<min> and I<max> were equal.  [perl #125825]

--
Perl5 Master Repository

Reply via email to