In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/ff736663d576ffad28573e0034109dc2da50d18d?hp=bf3e41ff5d42bd65e92e06ce1b1b8f24064a178a>
- Log ----------------------------------------------------------------- commit ff736663d576ffad28573e0034109dc2da50d18d Author: Tony Cook <[email protected]> Date: Fri Mar 8 11:08:53 2019 +1100 perldelta for d22170b0f355 through bf3e41ff5d42 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e29be4c06d..8b471a3dd6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -143,12 +143,26 @@ XXX Remove this section if not applicable. =item * +L<perl5db.pl> has been upgraded from version 1.54 to 1.55. + +Debugging threaded code no longer deadlocks in C<DB::sub> nor +C<DB::lsub>. + +=item * + L<PerlIO::encoding> has been upgraded from version 0.26 to 0.27. Warnings enabled by setting the C<WARN_ON_ERR> flag in C<$PerlIO::encoding::fallback> are now only produced if warnings are enabled with C<use warnings "utf8";> or setting C<$^W>. +=item * + +L<threads::shared> has been upgraded from version 1.59 to 1.60. + +Added support for extra tracing of locking, this requires a +C<-DDEBUGGING> and extra compilation flags. + =back =head2 Removed Modules and Pragmata -- Perl5 Master Repository
