--- Glib-EV/EV.pm 2007/11/24 16:10:22 1.1 +++ Glib-EV/EV.pm 2007/12/20 07:23:50 1.3 @@ -24,6 +24,13 @@ =head1 DESCRIPTION +If you want to use glib/gtk+ in an EV program, then you need to look at +the EV::Glib module, not this one, as this module requires you to run a +Glib or Gtk+ main loop in your program. + +If you want to use EV in an Glib/Gtk+ program, you are at the right place +here. + This module coerces the Glib event loop to use the EV high performance event loop as underlying event loop, i.e. EV will be used by Glib for all events. @@ -62,7 +69,7 @@ our $default_poll_func; BEGIN { - $VERSION = 0.1; + $VERSION = '2.0'; require XSLoader; XSLoader::load (Glib::EV, $VERSION);