From b1f0acf9f0709b752a7d168399aa98a8acf2e901 Mon Sep 17 00:00:00 2001 From: tj Date: Thu, 20 Sep 2012 14:21:34 +0000 Subject: This module provides an object oriented client interface to interact with servers supporting STOMP (Streaming Text Orientated Messaging Protocol). It supports the major features of messaging brokers: SSL, asynchronous I/O, receipts and transactions. For details on the protocol see http://stomp.codehaus.org/Protocol. WWW: http://search.cpan.org/dist/Net-STOMP-Client/ Approved by: db (mentor) --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index 82523a433c2b..c80fa4d6ee74 100644 --- a/net/Makefile +++ b/net/Makefile @@ -663,6 +663,7 @@ SUBDIR += p5-Net-SSH-Expect SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-SSH2 + SUBDIR += p5-Net-STOMP-Client SUBDIR += p5-Net-Server SUBDIR += p5-Net-Server-Coro SUBDIR += p5-Net-Server-SS-PreFork -- cgit