This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to branch experimental in repository libnet-dbus-perl.
commit e098a8fd4a1daea57da0e5eba6c031be4d19cbda Author: Daniel P. Berrange <[email protected]> Date: Tue Nov 23 23:29:03 2004 +0000 Fixed arg name --- t/15-message.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/15-message.t b/t/15-message.t index 8167439..cd4d4d8 100644 --- a/t/15-message.t +++ b/t/15-message.t @@ -8,9 +8,9 @@ BEGIN { }; -my $msg = Net::DBus::Binding::Message::Signal->new(path => "/foo/bar/Wizz", +my $msg = Net::DBus::Binding::Message::Signal->new(object_path => "/foo/bar/Wizz", interface => "com.blah.Example", - name => "Eeek"); + signal_name => "Eeek"); my $iter = $msg->iterator(); $iter->append_boolean(1); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
