diff options
author | Thomas Klausner <domm@cpan.org> | 2008-12-01 23:05:39 +0100 |
---|---|---|
committer | Thomas Klausner <domm@cpan.org> | 2008-12-01 23:05:39 +0100 |
commit | ac78f41746caf3d5ff05bc197f55209f3d84225c (patch) | |
tree | 9acf853667e45610428d745b8f07f221c860f1a0 /lib/PAUSE/OpenID.pm | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-ac78f41746caf3d5ff05bc197f55209f3d84225c.tar.gz Simple-OpenID-ac78f41746caf3d5ff05bc197f55209f3d84225c.tar.bz2 Simple-OpenID-ac78f41746caf3d5ff05bc197f55209f3d84225c.zip |
added memcached for sessions
Diffstat (limited to 'lib/PAUSE/OpenID.pm')
-rw-r--r-- | lib/PAUSE/OpenID.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/PAUSE/OpenID.pm b/lib/PAUSE/OpenID.pm index 1faf82b..f99274d 100644 --- a/lib/PAUSE/OpenID.pm +++ b/lib/PAUSE/OpenID.pm @@ -16,7 +16,12 @@ use Catalyst::Runtime '5.70'; use parent qw/Catalyst/; use Catalyst qw/-Debug ConfigLoader - Static::Simple/; + Static::Simple + + Session + Session::Store::Memcached + Session::State::Cookie + /; our $VERSION = '0.01'; # Configure the application. |