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

Comparing EV/EV.pm (file contents):
Revision 1.129 by root, Thu Oct 21 15:13:42 2010 UTC vs.
Revision 1.132 by root, Thu Dec 30 07:28:47 2010 UTC

119package EV; 119package EV;
120 120
121use common::sense; 121use common::sense;
122 122
123BEGIN { 123BEGIN {
124 our $VERSION = '4.00'; 124 our $VERSION = '4.02';
125 use XSLoader; 125 use XSLoader;
126 XSLoader::load "EV", $VERSION; 126 XSLoader::load "EV", $VERSION;
127} 127}
128 128
129@EV::IO::ISA = 129@EV::IO::ISA =
1188 1188
11891; 11891;
1190 1190
1191=head1 SEE ALSO 1191=head1 SEE ALSO
1192 1192
1193L<EV::MakeMaker> - MakeMaker interface to XS API, L<EV::ADNS>
1193L<EV::ADNS> (asynchronous DNS), L<Glib::EV> (makes Glib/Gtk2 use EV as 1194(asynchronous DNS), L<Glib::EV> (makes Glib/Gtk2 use EV as event
1194event loop), L<EV::Glib> (embed Glib into EV), L<Coro::EV> (efficient 1195loop), L<EV::Glib> (embed Glib into EV), L<Coro::EV> (efficient thread
1195coroutines with EV), L<Net::SNMP::EV> (asynchronous SNMP), L<AnyEvent> for 1196integration), L<Net::SNMP::EV> (asynchronous SNMP), L<AnyEvent> for
1196event-loop agnostic and portable event driven programming. 1197event-loop agnostic and portable event driven programming.
1197 1198
1198=head1 AUTHOR 1199=head1 AUTHOR
1199 1200
1200 Marc Lehmann <schmorp@schmorp.de> 1201 Marc Lehmann <schmorp@schmorp.de>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines