Remove our dependency on Catalyst::Action::REST. We were only using it
authorChris Andrews <chris@nodnol.org>
Sat, 30 May 2009 11:26:37 +0000 (12:26 +0100)
committerChris Andrews <chris@nodnol.org>
Sat, 30 May 2009 11:26:37 +0000 (12:26 +0100)
commitbf8937b70eb1aabe53e63e2e6c70f569056e609a
tree87b85bdf3517f4f95b1bb49d4d67beca545b1032
parentb044cf9b67638aabfea36c19afee14dabc0b65ba
Remove our dependency on Catalyst::Action::REST. We were only using it
for serialize / deserialize, and we might as well do it ourselves.

We would use Data::Serializer, but its YAML is YAML.pm, which just
doesn't seem to work... when Data::Serializer::YAML_XS shows up, we'll
switch to that.

Also broke the tests out a bit, and added a test for what happens when
the action you invoked crashed.
Makefile.PL
README
lib/Catalyst/Controller/MessageDriven.pm
lib/Catalyst/Engine/Stomp.pm
t/01-good-message.t [new file with mode: 0644]
t/02-bad-action.t [new file with mode: 0644]
t/Catalyst-Engine-Stomp.t [deleted file]
t/server.pl [new file with mode: 0644]
testapp/lib/StompTestApp/Controller/TestController.pm