Change Project->description to use GPP.
[catagits/Gitalist.git] / lib / Gitalist / Git / Project.pm
index f2e5b3a..9d90ea4 100644 (file)
@@ -344,12 +344,7 @@ FIXME Should this return objects?
     }
 
     method _build_description {
-        my $description = "";
-        eval {
-            $description = $self->path->file('description')->slurp;
-            chomp $description;
-        };
-        return $description;
+        return $self->gpp->description;
     }
 
     method _build_owner {