update cookie BEFORE sending to user; change finalize to finalize_headers so that...
[catagits/Catalyst-Plugin-Session.git] / t / 06_finalize.t
index 65fe057..b1aac67 100644 (file)
@@ -17,7 +17,7 @@ my $finalized = 0;
 
 {
   package TestPlugin;
-  BEGIN { $INC{"TestPlugin.pm"} = 1 }
+  BEGIN { $INC{"TestPlugin.pm"} = 1 } # nasty hack for 5.8.6
 
   sub finalize_session { $finalized = 1 }