Make the version number sane and clean up copyright/license statements everywhere
[catagits/Gitalist.git] / lib / Gitalist / Git / Object / Blob.pm
index 91e43fb..59061b2 100644 (file)
@@ -4,3 +4,25 @@ use MooseX::Declare;
 class Gitalist::Git::Object::Blob extends Gitalist::Git::Object {
   has '+type' => ( default => 'blob' );
 }
+
+1;
+
+__END__
+
+=head1 NAME
+
+Gitalist::Git::Object::Blob
+
+=head1 DESCRIPTION
+
+Gitalist::Git::Object::Blob.
+
+=head1 AUTHORS
+
+See L<Gitalist> for authors.
+
+=head1 LICENSE
+
+See L<Gitalist> for the license.
+
+=cut