Revision history for Perl extension Catalyst::Plugin::Session::Flex.

0.04  07/24/2005 
	- Add support persistent session cookies, beyond the duration
	of the browser by setting the expires config option.  Patched
	by Andy Grundman <andy@hybridized.org>.

0.03  05/23/2005
	- Remove prerequisite for Cache::FastMmap from Makefile.PL

0.02  05/23/2005
	- add session_clear method
	- cleanup the tie() code to use the %$ form of tying an existing hash reference.

0.01  05/19/2005
        - first release