diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2014-01-13 13:54:00 +0200 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-14 15:09:20 +1100 |
commit | 4669477507dea6690f5159501db099ef513b16d1 (patch) | |
tree | 45899169b10dc5cdb37f5d24a604a9b811e69473 /dist/IO | |
parent | 39d6ec9c0d20d3d03ac0955f489d90a12a2cc0cc (diff) | |
download | perl-4669477507dea6690f5159501db099ef513b16d1.tar.gz |
Remove an old note about autoflush from the POD.
For IO::Socket::UNIX. See:
http://www.nntp.perl.org/group/perl.perl5.porters/2014/01/msg211275.html
<QUOTE>
And while you're at it, you might as well get rid of the autoflush note,
given IO::Socket 1.18 being fairly ancient (it shipped with 5.6.0).
</QUOTE>
Diffstat (limited to 'dist/IO')
-rw-r--r-- | dist/IO/lib/IO/Socket/UNIX.pm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dist/IO/lib/IO/Socket/UNIX.pm b/dist/IO/lib/IO/Socket/UNIX.pm index 4f3f898e92..a6f39cf7a2 100644 --- a/dist/IO/lib/IO/Socket/UNIX.pm +++ b/dist/IO/lib/IO/Socket/UNIX.pm @@ -12,7 +12,7 @@ use IO::Socket; use Carp; @ISA = qw(IO::Socket); -$VERSION = "1.25"; +$VERSION = "1.25_01"; $VERSION = eval $VERSION; IO::Socket::UNIX->register_domain( AF_UNIX ); @@ -103,13 +103,6 @@ be a C<Peer> specification. If the C<Listen> argument is given, but false, the queue size will be set to 5. - NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE - -As of VERSION 1.18 all IO::Socket objects have autoflush turned on -by default. This was not the case with earlier releases. - - NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE - =back =head1 METHODS |