And fix
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 48a5096..5d0dcaa 100644 (file)
@@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.9000';
+our $VERSION = '5.90002';
 
 sub import {
     my ( $class, @arguments ) = @_;
@@ -1866,6 +1866,7 @@ sub finalize_headers {
             $response->body(
                 qq{<html><body><p>This item has moved <a href="$location">here</a>.</p></body></html>}
             );
+            $response->content_type('text/html; charset=utf-8');
         }
     }