From: t0m Date: Wed, 19 Aug 2009 20:03:21 +0000 (+0100) Subject: Add boilderplate POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=commitdiff_plain;h=491ffbb309f6ef16c9fc47112d42c6144c2403c5 Add boilderplate POD --- diff --git a/Changes b/Changes index bbe7ed7..00ad9f2 100644 --- 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. diff --git a/lib/Catalyst/Controller/MessageDriven.pm b/lib/Catalyst/Controller/MessageDriven.pm index 100d3f6..56883c0 100644 --- a/lib/Catalyst/Controller/MessageDriven.pm +++ b/lib/Catalyst/Controller/MessageDriven.pm @@ -157,3 +157,17 @@ sub default : Private { __PACKAGE__->meta->make_immutable; +=head1 AUTHOR AND CONTRIBUTORS + +See information in L + +=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 + diff --git a/lib/Catalyst/Engine/Stomp.pm b/lib/Catalyst/Engine/Stomp.pm index 1702cd3..5ac0d1d 100644 --- a/lib/Catalyst/Engine/Stomp.pm +++ b/lib/Catalyst/Engine/Stomp.pm @@ -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<< >> + +=head1 CONTRIBUTORS + +Tomas Doran (t0m) C<< >> + +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 + diff --git a/lib/CatalystX/Test/MessageDriven.pm b/lib/CatalystX/Test/MessageDriven.pm index 281e7bc..8109370 100644 --- a/lib/CatalystX/Test/MessageDriven.pm +++ b/lib/CatalystX/Test/MessageDriven.pm @@ -103,3 +103,17 @@ sub run { 1; +=head1 AUTHOR AND CONTRIBUTORS + +See information in L + +=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 +