From: Chris Andrews Date: Thu, 30 Apr 2009 15:52:13 +0000 (+0100) Subject: Fix README, dependencies X-Git-Tag: 0.03~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=commitdiff_plain;h=348c850606048437ac49241f5eddee028e4fd0db Fix README, dependencies --- diff --git a/Makefile.PL b/Makefile.PL index fb84532..3748cba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,14 +7,12 @@ WriteMakefile( VERSION_FROM => 'lib/Catalyst/Engine/Stomp.pm', # finds $VERSION PREREQ_PM => { Catalyst::Engine::Embeddable => 0.0.1, + Catalyst::Runtime => 5.80003, Moose => 0, Net::Stomp => 0.34, YAML::XS => 0.32, - }, # e.g., Module::Name => 1.1 + }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'lib/Catalyst/Engine/Stomp.pm', # retrieve abstract from module + (ABSTRACT_FROM => 'lib/Catalyst/Engine/Stomp.pm', AUTHOR => 'Chris Andrews ') : ()), - LIBS => [''], # e.g., '-lm' - DEFINE => '', # e.g., '-DHAVE_SOMETHING' - INC => '-I.', # e.g., '-I. -I/usr/include/other' ); diff --git a/README b/README index 00e5819..37e8b5a 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,13 @@ DEPENDENCIES This module requires these other modules and libraries: - blah blah blah + Net::Stomp + YAML::XS + Catalyst::Runtime 5.80003 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,