Whitespace nazism
[catagits/Catalyst-Engine-STOMP.git] / README
CommitLineData
b044cf9b 1Catalyst-Engine-Stomp
2=====================
0a663589 3
348c8506 4This is a Catalyst engine which allows you to build a message-driven
5application with STOMP.
0a663589 6
348c8506 7Controllers indicate queues, and message types indicate actions. A
8controller base class is provided to handle YAML-serialized messages.
0a663589 9
10INSTALLATION
11
12To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
d78bb739 23 Moose
348c8506 24 Net::Stomp
25 YAML::XS
d78bb739 26 Catalyst::Engine::Embeddable
348c8506 27 Catalyst::Runtime 5.80003
d78bb739 28 Catalyst::Action::REST
29 namespace::autoclean
30
31The supplied workers script requires MooseX::Workers.
0a663589 32
33COPYRIGHT AND LICENCE
34
348c8506 35Copyright (C) 2009 Venda Ltd
0a663589 36
37This library is free software; you can redistribute it and/or modify
38it under the same terms as Perl itself, either Perl version 5.8.8 or,
39at your option, any later version of Perl 5 you may have available.
40
41