This is 0.06 -- only real changes are to Makefile.PL and cache storage location.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / TestApp / lib / TestApp.pm
index a0dbd3c..4828f03 100644 (file)
@@ -14,10 +14,13 @@ use Catalyst qw(
                 Session::State::Cookie
                 );
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 __PACKAGE__->config
     ( name => "TestApp",
+      session => {
+          storage => "/tmp/" . __PACKAGE__ . "-" . $VERSION,
+      },
       startup_time => time(),
       "Plugin::Authentication" => {
           default_realm => "members",