Checking in changes prior to tagging of version 0.26. Changelog diff is:
[catagits/Catalyst-Plugin-Session.git] / t / 03_flash.t
2009-08-19 Tomas Doran Checking in changes prior to tagging of version 0.26...
2009-01-09 Tomas Doran Merge flash in session and finalize before sending...
2008-12-11 Sergio Salvi finalize session before sending HTTP headers
2008-12-11 Sergio Salvi flash data is now stored inside the session
2007-09-22 Jonathan Rockway move finalization to finalize but keep header munging...
2007-09-22 Jonathan Rockway change finalize to finalize_headers in test also (maybe...
2006-12-06 Ted Carnahan Can now do $c->flash( key => param ) just like $c-...
2006-10-12 Yuval Kogman fix tests for clear_flash (mocking was bad) v0.13
2006-10-12 Rob Kinyon Found a bug in clear_flash
2006-10-10 Yuval Kogman fix the session/mock object problem
2006-07-19 Yuval Kogman Various refactorings and fixes for the session plugin...
2005-12-29 Yuval Kogman Docs and a little more fixing for $c->session_expires
2005-12-05 Yuval Kogman flash_to_stash goodness
2005-12-05 Yuval Kogman Flash data is now in a separately prefixed session...
2005-12-05 Yuval Kogman Test the flash feature of C::P::Session