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

Comparing EV/EV.pm (file contents):
Revision 1.105 by root, Thu Oct 2 12:27:55 2008 UTC vs.
Revision 1.106 by root, Thu Oct 23 04:56:49 2008 UTC

68can use it through the L<AnyEvent> module, stay portable to other event 68can use it through the L<AnyEvent> module, stay portable to other event
69loops (if you don't rely on any watcher types not available through it) 69loops (if you don't rely on any watcher types not available through it)
70and still be faster than with any other event loop currently supported in 70and still be faster than with any other event loop currently supported in
71Perl. 71Perl.
72 72
73=head2 MODULE EXPORTS
74
75This module does not export any symbols.
76
73=cut 77=cut
74 78
75package EV; 79package EV;
76 80
77no warnings; 81no warnings;
78use strict; 82use strict;
79 83
80BEGIN { 84BEGIN {
81 our $VERSION = '3.44'; 85 our $VERSION = '3.45';
82 use XSLoader; 86 use XSLoader;
83 XSLoader::load "EV", $VERSION; 87 XSLoader::load "EV", $VERSION;
84} 88}
85 89
86@EV::IO::ISA = 90@EV::IO::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines