ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Socket.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Socket.pm (file contents):
Revision 1.108 by root, Thu Aug 6 13:45:05 2009 UTC vs.
Revision 1.109 by root, Sun Aug 9 00:20:35 2009 UTC

56 inet_aton 56 inet_aton
57 tcp_server 57 tcp_server
58 tcp_connect 58 tcp_connect
59); 59);
60 60
61our $VERSION = 4.91; 61our $VERSION = 4.92;
62 62
63# used in cases where we may return immediately but want the 63# used in cases where we may return immediately but want the
64# caller to do stuff first 64# caller to do stuff first
65sub _postpone { 65sub _postpone {
66 my ($cb, @args) = @_; 66 my ($cb, @args) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines