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

Comparing Glib-EV/EV.pm (file contents):
Revision 1.3 by root, Thu Dec 20 07:23:50 2007 UTC vs.
Revision 1.4 by root, Sat Jan 31 09:49:55 2009 UTC

43 43
44=item * The Glib perl module is not used. 44=item * The Glib perl module is not used.
45 45
46This module has no dependency on the existing Glib perl interface, as it 46This module has no dependency on the existing Glib perl interface, as it
47uses glib directly. The Glib module can, however, be used without any 47uses glib directly. The Glib module can, however, be used without any
48problems (as long as evereybody uses shared libraries to keep everybody 48problems (as long as everybody uses shared libraries to keep everybody
49else happy). 49else happy).
50 50
51=item * The default context will be changed when the module is loaded. 51=item * The default context will be changed when the module is loaded.
52 52
53Loading this module will automatically "patch" the default context of 53Loading this module will automatically "patch" the default context of
67use EV (); 67use EV ();
68 68
69our $default_poll_func; 69our $default_poll_func;
70 70
71BEGIN { 71BEGIN {
72 $VERSION = '2.0'; 72 $VERSION = '2.01';
73 73
74 require XSLoader; 74 require XSLoader;
75 XSLoader::load (Glib::EV, $VERSION); 75 XSLoader::load (Glib::EV, $VERSION);
76 76
77 $default_poll_func = install (undef); 77 $default_poll_func = install (undef);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines