Merge branch 'model-reorg' of git://github.com/bobtfish/Gitalist into model-reorg
[catagits/Gitalist.git] / lib / Gitalist / Git / Repo.pm
index e63ef97..c236301 100644 (file)
@@ -2,7 +2,7 @@ use MooseX::Declare;
 
 =head1 NAME
 
-Git::Repo - Model of a repository directory
+Gitalist::Git::Repo - Model of a repository directory
 
 =head1 SYNOPSIS
 
@@ -55,8 +55,6 @@ found in repo_dir.
         lazy_build => 1,
     );
 
-    method BUILD { $self->projects() }
-
 
 =head1 METHODS