Add boilderplate POD
[catagits/Catalyst-Engine-STOMP.git] / README
diff --git a/README b/README
index 37e8b5a..0ab7568 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Catalyst-Engine-Stomp version 0.01
-==================================
+Catalyst-Engine-Stomp
+=====================
 
 This is a Catalyst engine which allows you to build a message-driven
 application with STOMP. 
@@ -20,9 +20,17 @@ DEPENDENCIES
 
 This module requires these other modules and libraries:
 
+     Moose
      Net::Stomp
      YAML::XS
+     Data::Serializer
+     Catalyst::Engine::Embeddable
      Catalyst::Runtime 5.80003
+     namespace::autoclean
+     
+The supplied workers script requires MooseX::Workers, and you'll need
+the relevant modules to support Data::Serializer if you choose
+something other than YAML as a message format. 
 
 COPYRIGHT AND LICENCE