libnet-stomp-perl 0.46-1 source package in Ubuntu

Changelog

libnet-stomp-perl (0.46-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Florian Schlichting ]
  * Import Upstream version 0.46
  * Email change: Florian Schlichting -> <email address hidden>
  * Recommend modules required for IPv6 support
  * Update years of packaging copyright
  * Declare compliance with Debian Policy 3.9.5

 -- Florian Schlichting <email address hidden>  Mon, 20 Jan 2014 21:19:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-stomp-perl_0.46-1.dsc 2.3 KiB 9cfe39c0fce4dcbe0705df154e3548999920e3c0124ed5365463bbdc68d2f69d
libnet-stomp-perl_0.46.orig.tar.gz 15.9 KiB 58c64136a2f71153c44a18b6c16d58784394b33306d5d63a7cc01236591853db
libnet-stomp-perl_0.46-1.debian.tar.xz 3.2 KiB 3762bce4c0e6afb119630633371157a1e77df9014300e28b554479812c7e70cd

Available diffs

No changes file available.

Binary packages built by this source

libnet-stomp-perl: Perl module providing a Streaming Text Orientated Messaging Protocol client

 Net::Stomp allows you to write a Stomp client. Stomp is the Streaming Text
 Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and
 Represented by the symbol :ttmp). It's a simple and easy to implement
 protocol for working with Message Orientated Middleware from any language.
 Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache
 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many
 enterprise features.
 .
 A Stomp frame consists of a command, a series of headers and a body - see
 Net::Stomp::Frame for more details.
 .
 For details on the protocol see http://stomp.codehaus.org/Protocol.