ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-MP/MP/Transport.pm
(Generate patch)

Comparing cvsroot/AnyEvent-MP/MP/Transport.pm (file contents):
Revision 1.5 by root, Sun Aug 2 14:44:37 2009 UTC vs.
Revision 1.6 by root, Sun Aug 2 14:52:41 2009 UTC

29use JSON::XS (); 29use JSON::XS ();
30 30
31use AE (); 31use AE ();
32use AnyEvent::Socket (); 32use AnyEvent::Socket ();
33use AnyEvent::Handle (); 33use AnyEvent::Handle ();
34
35use AnyEvent::MP::Util ();
36 34
37use base Exporter::; 35use base Exporter::;
38 36
39our $VERSION = '0.0'; 37our $VERSION = '0.0';
40our $PROTOCOL_VERSION = 0; 38our $PROTOCOL_VERSION = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines