fixing inline pod documentation for the debian package. (missing whatis entry)
[catagits/Gitalist.git] / lib / Gitalist / Git / Object / Tree.pm
index 0d05689..330f684 100644 (file)
@@ -9,3 +9,37 @@ class Gitalist::Git::Object::Tree
                                       ],
                          );
     }
+
+1;
+
+__END__
+
+=head1 NAME
+
+Gitalist::Git::Object::Tree - Git::Object::Tree module for Gitalist
+
+=head1 SYNOPSIS
+
+    my $tree = Repository->get_object($tree_sha1);
+
+=head1 DESCRIPTION
+
+Represents a tree object in a git repository.
+Subclass of C<Gitalist::Git::Object>.
+
+
+=head1 ATTRIBUTES
+
+
+=head1 METHODS
+
+
+=head1 AUTHORS
+
+See L<Gitalist> for authors.
+
+=head1 LICENSE
+
+See L<Gitalist> for the license.
+
+=cut