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

Comparing AnyEvent-DBus/DBus.pm (file contents):
Revision 1.7 by root, Mon Jun 21 19:59:28 2010 UTC vs.
Revision 1.8 by root, Tue Jun 22 09:09:26 2010 UTC

90 90
91use AnyEvent (); 91use AnyEvent ();
92use Net::DBus (); 92use Net::DBus ();
93use Net::DBus::Binding::Watch (); 93use Net::DBus::Binding::Watch ();
94 94
95our $VERSION = '0.3'; 95our $VERSION = '0.31';
96 96
97# yup, Net::DBus checks by using exists on %INC... 97# yup, Net::DBus checks by using exists on %INC...
98$INC{'Net/DBus/Reactor.pm'} = undef; 98$INC{'Net/DBus/Reactor.pm'} = undef;
99 99
100# claim we are the main reactor mainloop 100# claim we are the main reactor mainloop

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines