This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6b954
)
Note the threads::shared upgrade in perldelta
author
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 15:09:22 +0000
(16:09 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 16:15:14 +0000
(17:15 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
471bb10
..
f23f1c5
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1705,6
+1705,10
@@
C<threads> has been upgraded from version 1.75 to 1.83.
=item *
+C<threads::shared> has been upgraded from version 1.32 to 1.36.
+
+=item *
+
C<Tie::Hash> has been upgraded from version 1.03 to 1.04.
Calling C<< Tie::Hash-E<gt>TIEHASH() >> used to loop forever. Now it C<croak>s.