summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2007-04-02 22:18:21 +0000
committercarlosg <carlosg>2007-04-02 22:18:21 +0000
commitf4aa0ad3538caf23bfdee6146361d19cdce70ff0 (patch)
tree8f9b1432170bbdab47b111bb3f4da36ad2566b32
parentd9b95c77af93007f46d72c8df972b7db76280a11 (diff)
2007-04-03 Carlos Garnacho <carlosg@gnome.org>
* Net-DBus/lib/Net/DBus.pm: do not use nonexistent Test::MockConnection module, noticed by Carlos Eduardo Rodrigues DiĆ³genes <cerdiogenes@yahoo.com.br>
-rw-r--r--ChangeLog6
-rw-r--r--Net-DBus/lib/Net/DBus.pm1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22689bf..a915a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-03 Carlos Garnacho <carlosg@gnome.org>
+
+ * Net-DBus/lib/Net/DBus.pm: do not use nonexistent
+ Test::MockConnection module, noticed by Carlos Eduardo Rodrigues
+ DiĆ³genes <cerdiogenes@yahoo.com.br>
+
2007-03-12 Carlos Garnacho <carlosg@gnome.org>
* Release 2.2.0
diff --git a/Net-DBus/lib/Net/DBus.pm b/Net-DBus/lib/Net/DBus.pm
index 20120b4..e5acd4c 100644
--- a/Net-DBus/lib/Net/DBus.pm
+++ b/Net-DBus/lib/Net/DBus.pm
@@ -95,7 +95,6 @@ BEGIN {
use Net::DBus::Binding::Bus;
use Net::DBus::Service;
use Net::DBus::RemoteService;
-use Net::DBus::Test::MockConnection;
use Net::DBus::Binding::Value;
use vars qw($bus_system $bus_session);