In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6471c6b052390adf292f03e095f3fe101e954a37?hp=595f54aeeee7f2663816963de5ea46cb073c6a57>
- Log ----------------------------------------------------------------- commit 6471c6b052390adf292f03e095f3fe101e954a37 Author: Steve Hay <[email protected]> Date: Sat Jan 10 16:09:36 2015 +0000 Correct a bug number in perldelta ----------------------------------------------------------------------- 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 2cc0e79..3ce47f6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -433,7 +433,7 @@ other crashes has been fixed. This occurred only in patterns compiled with C<"/i">, while taking into account the current POSIX locale (this usually means they have to be compiled within the scope of C<S<"use locale">>), and there must be a string of at least 128 consecutive bytes to match. -[perl #123530] +[perl #123539] =back -- Perl5 Master Repository
