X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=ca4cc2d4298afa8047eab3091e063a34318087ac;hb=d78bb7396376e6aa61c92a51420554476122d1f3;hp=00e5819a9db4ac070bae6bd11d058c5cbc1b4f9a;hpb=0a66358961c58c5fff96a363853ee93b00f55119;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/README b/README index 00e5819..ca4cc2d 100644 --- a/README +++ b/README @@ -1,16 +1,11 @@ Catalyst-Engine-Stomp version 0.01 ================================== -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. +This is a Catalyst engine which allows you to build a message-driven +application with STOMP. -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules uses. It is usually a -good idea to provide version information here so that people can -decide whether fixes for the module are worth downloading. +Controllers indicate queues, and message types indicate actions. A +controller base class is provided to handle YAML-serialized messages. INSTALLATION @@ -25,13 +20,19 @@ DEPENDENCIES This module requires these other modules and libraries: - blah blah blah + Moose + Net::Stomp + YAML::XS + Catalyst::Engine::Embeddable + Catalyst::Runtime 5.80003 + Catalyst::Action::REST + namespace::autoclean + +The supplied workers script requires MooseX::Workers. COPYRIGHT AND LICENCE -Put the correct copyright and licence information here. - -Copyright (C) 2008 by Chris Andrews +Copyright (C) 2009 Venda Ltd This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or,