use Test::Fatal instead of Test::Exception. Since Test::Exception have a XS deps.
[catagits/Web-Session.git] / t / lib / TestSession.pm
2011-11-21 Tokuhiro Matsuno use Test::Fatal instead of Test::Exception. Since Test...
2010-01-11 Tatsuhiko Miyagawa remove session_class and psgix.session per discussion...
2010-01-09 Tatsuhiko Miyagawa Rewrote all the tests and now all tests pass!
2010-01-09 Tatsuhiko Miyagawa Huge rewrite of the code: $session->get, ->set etc...
2009-12-13 Stevan Little adding in the dump_session method to the Store classes
2009-12-13 Masahiro Chiba check wrong format request session_id
2009-12-12 Stevan Little re-usable test suite and Store::File added