summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-20 15:09:49 +0100
committerAbigail <abigail@abigail.be>2012-03-20 15:09:49 +0100
commit6c69e1970e692f61a1f9dba091c790266796e930 (patch)
tree9e8cdc67a4c817c046ee688b1b4e9945e2db906d
parenta6c70abe1db5debf058e2e9a2f5feef94859fe44 (diff)
downloadperl-6c69e1970e692f61a1f9dba091c790266796e930.tar.gz
Removed the changes to Term::ReadLine from the bug fixes section.
And added a line to the module upgrades section.
-rw-r--r--pod/perldelta.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b579688352..ad2bda3b59 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -142,6 +142,9 @@ C<Socket> has been upgraded from version 1.98 to 2.000.
C<Term::ReadLine> has been upgraded from version 1.08 to 1.09.
+C<< Term::ReadLine >> now optionally integrates with event loops
+other than C<< Tk >>.
+
=item *
C<Unicode::Collate> has been upgraded from version 0.87 to 0.89.
@@ -289,10 +292,6 @@ Allow attributes to set C<< :lvalue >> on a defined sub. [perl 107366].
C<< die; >> with a non-reference, non-string value in $@ now properly
propagates that value [perl #111654].
-=item *
-
-C<< Term::ReadLine >> now uses AnyEvent instead of Tk for an event loop.
-
=back
=head1 Known Problems