Add boilderplate POD
[catagits/Catalyst-Engine-STOMP.git] / lib / Catalyst / Controller / MessageDriven.pm
2009-08-19 t0m Add boilderplate POD master
2009-08-05 Jason Tang Added some pod for type_key, serializer and subscribe_h...
2009-08-03 Jason Tang - make type_key 'ro' after controller has been created...
2009-07-21 Jason Tang allowing setting of the 'type' key in config
2009-07-08 Tomas Doran (t0m) Unfuck my subtypes patch, duh. Tests now pass again.
2009-07-08 Tomas Doran (t0m) Change to have a 'serializer' attribute on the controll...
2009-07-08 Tomas Doran (t0m) Fix errors not coming out in the backend app for cases...
2009-06-07 t0m Trivial docs to shut pod coverage up
2009-06-06 Tomas Doran (t0m) Put back namespace::autoclean and fix more whitespace
2009-06-06 Tomas Doran (t0m) Whitespace nazism to remove trailing and tabs
2009-06-04 Chris Andrews Handle "no type" in messages better - attempt to reply...
2009-06-02 Chris Andrews Rework error handling with Data::Serializer
2009-05-30 Chris Andrews Use Data::Serializer, instead of hardcoding YAML. Allow...
2009-05-30 Chris Andrews Remove our dependency on Catalyst::Action::REST. We...
2009-05-23 Tomas Doran (t0m) Fix POD coverage with some crappy documentation
2009-05-23 Tomas Doran (t0m) Bletch, more tabs
2009-05-16 Chris Andrews Tidy up docs, MANIFEST etc.
2009-04-30 Chris Andrews Initial import of Catalyst::Engine::Stomp