Add boilderplate POD master
t0m [Wed, 19 Aug 2009 20:03:21 +0000 (21:03 +0100)]
Changes
lib/Catalyst/Controller/MessageDriven.pm
lib/Catalyst/Engine/Stomp.pm
lib/CatalystX/Test/MessageDriven.pm

diff --git a/Changes b/Changes
index bbe7ed7..00ad9f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Catalyst::Engine::Stomp.
 
+    - Ability to add additional header key/value pairs to the
+      subscribe message sent to the message broker. (jason)
+    - Additional documentation (jason)
+
 0.06  Mon Jul 13 22:22:22 2009
     - Make the test-app harness available under CatalystX::
     - Clean up use of deprecated dispatcher methods.
index 100d3f6..56883c0 100644 (file)
@@ -157,3 +157,17 @@ sub default : Private {
 
 __PACKAGE__->meta->make_immutable;
 
+=head1 AUTHOR AND CONTRIBUTORS
+
+See information in L<Catalyst::Engine::Stomp>
+
+=head1 LICENCE AND COPYRIGHT
+
+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,
+at your option, any later version of Perl 5 you may have available.
+
+=cut
+
index 1702cd3..5ac0d1d 100644 (file)
@@ -216,3 +216,30 @@ Add additional header key/value pairs to the subscribe message sent to the
 message broker.
 
 =cut
+
+=head1 DEVELOPMENT
+
+The source to Catalyst::Engine::Stomp is in github:
+
+  http://github.com/chrisa/catalyst-engine-stomp
+
+=head1 AUTHOR
+
+Chris Andrews C<< <chris@nodnol.org> >>
+
+=head1 CONTRIBUTORS
+
+Tomas Doran (t0m) C<< <bobtfish@bobtfish.net> >>
+
+Jason Tang
+
+=head1 LICENCE AND COPYRIGHT
+
+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,
+at your option, any later version of Perl 5 you may have available.
+
+=cut
+
index 281e7bc..8109370 100644 (file)
@@ -103,3 +103,17 @@ sub run {
 
 1;
 
+=head1 AUTHOR AND CONTRIBUTORS
+
+See information in L<Catalyst::Engine::Stomp>
+
+=head1 LICENCE AND COPYRIGHT
+
+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,
+at your option, any later version of Perl 5 you may have available.
+
+=cut
+