Checking in changes prior to tagging of version 0.22. Changelog diff is:
[catagits/Catalyst-Plugin-Session.git] / lib / Catalyst / Plugin / Session / Test / Store.pm
index 89490c9..7c4a715 100644 (file)
@@ -92,7 +92,7 @@ sub import {
 
         @{ __PACKAGE__->config->{session} }{ keys %$cfg } = values %$cfg;
 
-        __PACKAGE__->setup;
+        { __PACKAGE__->setup; }; # INSANE HACK 
     }
 
     {
@@ -130,7 +130,7 @@ sub import {
 
         @{ __PACKAGE__->config->{session} }{ keys %$cfg } = values %$cfg;
 
-        __PACKAGE__->setup;
+        { __PACKAGE__->setup; }; # INSANE HACK
     }
 
     use Test::More;