Initial import of Catalyst::Engine::Stomp
authorChris Andrews <chris@nodnol.org>
Thu, 30 Apr 2009 15:38:30 +0000 (16:38 +0100)
committerChris Andrews <chris@nodnol.org>
Thu, 30 Apr 2009 15:38:30 +0000 (16:38 +0100)
commit0a66358961c58c5fff96a363853ee93b00f55119
tree7025d5e9c051ee7f7e6468cd7762d5949f50d367
Initial import of Catalyst::Engine::Stomp
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/Catalyst/Controller/MessageDriven.pm [new file with mode: 0644]
lib/Catalyst/Engine/Stomp.pm [new file with mode: 0644]
t/Catalyst-Engine-Stomp.t [new file with mode: 0644]
testapp/lib/TestApp.pm [new file with mode: 0644]
testapp/lib/TestApp/Controller/TestController.pm [new file with mode: 0644]
testapp/lib/TestApp/testapp.yml [new file with mode: 0644]
testapp/script/testapp_stomp.pl [new file with mode: 0755]