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.1 by root, Sat Nov 24 16:10:22 2007 UTC vs.
Revision 1.2 by root, Sun Nov 25 09:46:35 2007 UTC

60use EV (); 60use EV ();
61 61
62our $default_poll_func; 62our $default_poll_func;
63 63
64BEGIN { 64BEGIN {
65 $VERSION = 0.1; 65 $VERSION = '1.0';
66 66
67 require XSLoader; 67 require XSLoader;
68 XSLoader::load (Glib::EV, $VERSION); 68 XSLoader::load (Glib::EV, $VERSION);
69 69
70 $default_poll_func = install (undef); 70 $default_poll_func = install (undef);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines