Add boilderplate POD
[catagits/Catalyst-Engine-STOMP.git] /
2009-08-19 t0m Add boilderplate POD master
2009-08-19 t0m Merge branch 'master' of git@github.com:bobtfish/cataly...
2009-08-19 t0m Remove crap from Makefile.PL by using MI::AuthorRequires
2009-08-19 t0m Mangle config docs to be nicer, use MooseX::Types
2009-08-19 t0m Merge commit 'jason/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-30 Tomas Doran Idiot
2009-07-30 Tomas Doran Clean up
2009-07-30 Tomas Doran Merge commit 'jasontang/master'
2009-07-23 Jason Tang + added bit more code so when you add additional header...
2009-07-22 t0m Merge commit 'jason/master'
2009-07-21 Jason Tang allowing setting of the 'type' key in config
2009-07-18 Chris Andrews Declare a test_requires for ConfigLoader, since our...
2009-07-13 Chris Andrews Cope with sw_vers' output on later Leopard versions.
2009-07-13 Chris Andrews Version bump, complete changelog 0.0.6 0.06
2009-07-13 Chris Andrews Switch the test harness module into CatalystX::, and...
2009-07-13 t0m Merge branch 'master' of git://github.com/chrisa/cataly...
2009-07-12 t0m Bump required Module::Install version to avoid potentia...
2009-07-12 Chris Andrews *ahem* tabs.
2009-07-12 Chris Andrews Add a grep to avoid attempting to subscribe to "/queue...
2009-07-12 t0m Changelogging
2009-07-12 t0m Fix the nasty digging into action_hash
2009-07-12 t0m Ensure that the test server we start gets the correct...
2009-07-08 Tomas Doran (t0m) Unfuck my subtypes patch, duh. Tests now pass again.
2009-07-08 Tomas Doran (t0m) Revert the revert of my moving the test modules, and...
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 Chris Andrews Remove this module back to other repo.
2009-06-07 Chris Andrews Revert "Rename Test module into the tests so that it...
2009-06-07 t0m Bump versions for release 0.05
2009-06-07 t0m Rename Test module into the tests so that it's not...
2009-06-07 t0m Remove MANIFEST, this should be a generated file
2009-06-07 t0m Changelog
2009-06-07 t0m Fix starting test server
2009-06-07 t0m Hide sub
2009-06-07 t0m Fix test after move
2009-06-07 t0m Trivial docs to shut pod coverage up
2009-06-06 t0m Move the testapp out of the main directory and under...
2009-06-06 Tomas Doran (t0m) Rename tests to de-duplicate numbers
2009-06-06 Tomas Doran (t0m) Smash tabs to spaces otherwise tests fail
2009-06-06 Tomas Doran (t0m) Make tests use strict and warnings. Cleanup the killing...
2009-06-06 Tomas Doran (t0m) Trivial test spacing cleanups
2009-06-06 Tomas Doran (t0m) Reorder Changelog
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-06 Tomas Doran (t0m) Merge from chris
2009-06-04 Chris Andrews Handle "no type" in messages better - attempt to reply...
2009-06-04 Chris Andrews Add Catalyst::Test::MessageDriven for in-process testin...
2009-06-02 Chris Andrews Rework error handling with Data::Serializer
2009-06-02 Chris Andrews Changes for 0.04 0.04
2009-05-30 Chris Andrews Use Data::Serializer, instead of hardcoding YAML. Allow...
2009-05-30 Chris Andrews Update the MANIFEST for test changes.
2009-05-30 Chris Andrews Remove our dependency on Catalyst::Action::REST. We...
2009-05-23 Tomas Doran (t0m) Hack module install to ensure we _require_ the stuff...
2009-05-23 Tomas Doran (t0m) Fix POD coverage with some crappy documentation
2009-05-23 Tomas Doran (t0m) Bletch, more tabs
2009-05-23 Tomas Doran (t0m) More whitespace nazisim of the smashing tabs to spaces...
2009-05-23 Tomas Doran (t0m) Whitespace nazism
2009-05-23 Tomas Doran (t0m) Add a MANIFEST.SKIP
2009-05-21 Chris Andrews Remove version from README; keep not updating it.
2009-05-21 Zac Rev module version 0.03
2009-05-21 Zac Bump required version of Alien::ActiveMQ
2009-05-21 t0m Change so that ActiveMQ is only started if not already...
2009-05-21 t0m Depend on latest and greatest, ergo kill unknowmn error...
2009-05-17 t0m <sigh> get the dist name right
2009-05-17 t0m Turn off debug by default, you can say -d for the testa...
2009-05-17 t0m no_index both relevant packages
2009-05-17 t0m Mangle package declerations to hide testapp from PAUSE
2009-05-16 Chris Andrews Attempt to please PAUSE by renaming our test app, and...
2009-05-16 Chris Andrews Tidy up docs, MANIFEST etc.
2009-05-15 Chris Andrews Add some feedback to the test; shorten spinup delay.
2009-05-15 Chris Andrews Add emacs autosaves
2009-05-15 Chris Andrews Remove some noisy debug
2009-05-15 Chris Andrews Catalyst::Action::Deserialize is part of C::A::REST...
2009-05-04 t0m Commit a basic use test and skip all the tests which...
2009-05-04 t0m Add .gitignore
2009-05-04 t0m Add dependency
2009-05-01 t0m Rewrite MakeMaker => Module::Install, cause that is...
2009-05-01 Chris Andrews Initial MooseX::Workers based wrapper script
2009-04-30 Chris Andrews Fix README, dependencies
2009-04-30 Chris Andrews Remove Test::Fork, do it by hand
2009-04-30 Chris Andrews Initial import of Catalyst::Engine::Stomp