Fixed uninitialized warnings with HTTP::Daemon
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index 9b47011..d061984 100644 (file)
@@ -411,10 +411,10 @@ sub prepare {
         ),
         response => Catalyst::Response->new(
             {
-                body    => undef,
+                body    => '',
                 cookies => {},
                 headers => HTTP::Headers->new,
-                status => 200
+                status  => 200
             }
         ),
         stash => {},