In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0d90b86ec586d97fd3a6fde134631f58bec73f4c?hp=de6a572826be131d097fd215146f4016cea52671>
- Log ----------------------------------------------------------------- commit 0d90b86ec586d97fd3a6fde134631f58bec73f4c Author: Steve Hay <[email protected]> Date: Thu Jan 15 13:43:35 2015 +0000 perl5216delta correction - IO::Socket has connected(), not isconnected() ----------------------------------------------------------------------- Summary of changes: pod/perl5216delta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perl5216delta.pod b/pod/perl5216delta.pod index fb7e04f..b8c48cd 100644 --- a/pod/perl5216delta.pod +++ b/pod/perl5216delta.pod @@ -229,7 +229,7 @@ L<I18N::Langinfo> has been upgraded from version 0.11 to 0.12. L<IO::Socket> has been upgraded from version 1.37 to 1.38. -Document the limitations of the isconnected() method. [perl #123096] +Document the limitations of the connected() method. [perl #123096] =item * -- Perl5 Master Repository
