[libnet-dbus-perl] 329/335: Merge tag 'upstream/1.1.0' into experimental

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:16 UTC 2015


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 0c4be2461e87a4fc6d81f3ef553d8e04fcd24178
Merge: cdfc301 480ffc1
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Mar 21 00:29:18 2015 +0000

    Merge tag 'upstream/1.1.0' into experimental
    
    Upstream version 1.1.0

 AUTHORS                                            |   3 +
 CHANGES => Changes                                 |  43 +-
 DBus.xs                                            |  26 +-
 MANIFEST                                           | 133 +++++-
 META.yml                                           |   8 +-
 META.yml.PL                                        |   6 +-
 MYMETA.json                                        |  46 ++
 MYMETA.yml                                         |  27 ++
 Makefile.PL                                        |  12 +-
 Net-DBus.spec                                      |  64 ---
 Net-DBus.spec.PL                                   |  92 ----
 README                                             |  51 +-
 examples/example-client-async.pl                   |   6 +
 examples/example-client.pl                         |  11 +-
 ...example-service.pl => example-proxy-service.pl} |  45 +-
 examples/example-service.pl                        |  10 +-
 lib/Net/DBus.pm                                    |  76 ++-
 lib/Net/DBus/ASyncReply.pm                         |   6 +-
 lib/Net/DBus/Annotation.pm                         |  24 +-
 lib/Net/DBus/{Object.pm => BaseObject.pm}          | 232 ++++-----
 lib/Net/DBus/Binding/Introspector.pm               |  31 +-
 lib/Net/DBus/Binding/Iterator.pm                   |  18 +-
 lib/Net/DBus/Binding/Message.pm                    |   7 +-
 lib/Net/DBus/Binding/Value.pm                      |   2 +-
 lib/Net/DBus/Callback.pm                           |   2 +-
 lib/Net/DBus/Exporter.pm                           |  10 +-
 lib/Net/DBus/Object.pm                             | 532 ++-------------------
 lib/Net/DBus/ProxyObject.pm                        | 278 +++++++++++
 lib/Net/DBus/Reactor.pm                            |   8 +-
 lib/Net/DBus/RemoteObject.pm                       | 119 +++--
 lib/Net/DBus/RemoteService.pm                      |  45 +-
 lib/Net/DBus/Service.pm                            |   2 +-
 lib/Net/DBus/Test/MockConnection.pm                |   2 +-
 lib/Net/DBus/Test/MockIterator.pm                  |  23 +
 lib/Net/DBus/Test/MockMessage.pm                   |   2 +-
 lib/Net/DBus/Test/MockObject.pm                    |   2 +-
 lib/Net/DBus/Tutorial/ExportingObjects.pod         |  12 +-
 perl-Net-DBus.spec                                 |  57 +++
 perl-Net-DBus.spec.PL                              |  84 ++++
 t/12-changes.t                                     |   7 +
 t/15-message.t                                     |  16 +-
 t/40-introspector.t                                |  10 +
 42 files changed, 1239 insertions(+), 951 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list