ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Impl/Glib.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Impl/Glib.pm (file contents):
Revision 1.24 by root, Wed Jul 8 02:01:12 2009 UTC vs.
Revision 1.25 by root, Fri Jul 17 23:12:20 2009 UTC

32 32
33=cut 33=cut
34 34
35package AnyEvent::Impl::Glib; 35package AnyEvent::Impl::Glib;
36 36
37no warnings; 37use AnyEvent (); BEGIN { AnyEvent::common_sense }
38use strict;
39
40use Glib (); 38use Glib ();
41 39
42our $mainloop = Glib::MainContext->default; 40our $mainloop = Glib::MainContext->default;
43 41
44my %io_cond = ( 42my %io_cond = (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines