Merge pull request #23 from hggh/mainifest_fix
[catagits/Gitalist.git] / lib / Gitalist / Controller / Ref.pm
index ddaabe6..46def57 100644 (file)
@@ -31,9 +31,16 @@ sub raw : Chained('find') Does('FilenameArgs') Args() {
         );
     }
 
+    utf8::decode($c->stash->{blob});
     $c->response->body(delete $c->stash->{blob});
 }
 
+=encoding UTF-8
+
+=head1 NAME
+
+Gitalist::Controller::Ref - Controller::Ref module for Gitalist
+
 =head2 snapshot
 
 Provides a snapshot of a given commit.