In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/789326ddfc9b0148440ce6eb9de74ac655a9dc5d?hp=a6c70abe1db5debf058e2e9a2f5feef94859fe44>

- Log -----------------------------------------------------------------
commit 789326ddfc9b0148440ce6eb9de74ac655a9dc5d
Author: Abigail <[email protected]>
Date:   Tue Mar 20 15:13:55 2012 +0100

    Clearify that perl can crash, not Windows

M       pod/perldelta.pod

commit 34c376747bf61e10b7229f1c02bf0843a6f1ee32
Author: Abigail <[email protected]>
Date:   Tue Mar 20 15:12:38 2012 +0100

    Say "warnings" instead of "errors"

M       pod/perldelta.pod

commit 6c69e1970e692f61a1f9dba091c790266796e930
Author: Abigail <[email protected]>
Date:   Tue Mar 20 15:09:49 2012 +0100

    Removed the changes to Term::ReadLine from the bug fixes section.
    
    And added a line to the module upgrades section.

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b579688..6c6dc5e 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.
@@ -180,7 +183,7 @@ Compared to 5.15.8, 5.15.9 does not introduce new errors.
 
 =head3 New Warnings
 
-Compared to 5.15.8, 5.15.9 does not introduce new errors, but see
+Compared to 5.15.8, 5.15.9 does not introduce new warnings, but see
 L</Changes to Existing Diagnostics>
 
 =head2 Changes to Existing Diagnostics
@@ -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
@@ -306,7 +305,7 @@ resolved before 5.16.0
 
 =item Perl crash due to wrong delimiter in C<< PATH >> environment [perl 
#94846]
 
-It's possible to crash Win32 if the wrong delimiter is used.
+It's possible to crash perl under Win32 if the wrong delimiter is used.
 
 =item Corrupt UTF8 [perl #79960, #100058]
 

--
Perl5 Master Repository

Reply via email to