Skip Menu |

This queue is for tickets about the Net-DBus CPAN distribution.

Report information
The Basics
Id: 52764
Status: resolved
Priority: 0/
Queue: Net-DBus

People
Owner: Nobody in particular
Requestors: peder+cpan [...] ifi.uio.no
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: No way to disconnect from a signal
When i connect to a signal i use connect_to_signal, which uses _add_signal_receiver. But there is no method to break that connection, even though there is a _remove_signal_receiver. Not exactly a bug, but I guess it is an omission.
The new 1.0.0 release includes a 'disconnect_from_signal' method on Net::DBus::RemoteObject.