[libnet-stomp-perl] branch master updated (3cd27c3 -> 6c15ab8)
Florian Schlichting
fsfs at moszumanska.debian.org
Sat Jul 12 09:15:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libnet-stomp-perl.
from 3cd27c3 update changelog
adds 43d68f4 Imported Upstream version 0.47
new 1322fea Merge tag 'upstream/0.47'
new 8b347cc Import Upstream version 0.47
new 2e92840 Raise Module::Build dependency to 0.42
new ee2899f Add build-dependencies on Test::Deep and Test::Fatal
new 6c15ab8 release 0.47-1
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Build.PL | 4 +
CHANGES | 15 ++
MANIFEST | 13 +-
MANIFEST.SKIP | 2 +-
META.json | 21 +-
META.yml | 28 ++-
Makefile.PL | 2 +-
debian/changelog | 10 +-
debian/control | 4 +-
lib/Net/Stomp.pm | 540 +++++++++++++++++++++++++++++++-----------
lib/Net/Stomp/Frame.pm | 88 ++++++-
lib/Net/Stomp/StupidLogger.pm | 81 +++++++
t/connect-disconnect.t | 69 ++++++
t/constructor.t | 65 +++++
t/failover.t | 82 +++++++
t/frame-accessors.t | 19 ++
t/initial-connect.t | 118 +++++++++
t/lib/TestHelp.pm | 92 +++++++
t/receiving-frames.t | 85 +++++++
t/reconnect.t | 203 ++++++++++++++++
t/send-transactional.t | 105 ++++++++
t/sending-frames.t | 97 ++++++++
22 files changed, 1575 insertions(+), 168 deletions(-)
create mode 100644 lib/Net/Stomp/StupidLogger.pm
create mode 100644 t/connect-disconnect.t
create mode 100644 t/constructor.t
create mode 100644 t/failover.t
create mode 100644 t/frame-accessors.t
create mode 100644 t/initial-connect.t
create mode 100644 t/lib/TestHelp.pm
create mode 100644 t/receiving-frames.t
create mode 100644 t/reconnect.t
create mode 100644 t/send-transactional.t
create mode 100644 t/sending-frames.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-stomp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list