fix C::E::Apache cookie issue
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Test.pm
index d171dd1..5ba8e4b 100644 (file)
@@ -253,6 +253,8 @@ sub run {
         response => HTTP::Response->new
     );
 
+    $lwp->response->date(time);
+
     $class->handler($lwp);
 
     return $lwp->response;