Make the version number sane and clean up copyright/license statements everywhere
[catagits/Gitalist.git] / lib / Gitalist / Git / HasUtils.pm
index 2274304..e162e20 100644 (file)
@@ -14,6 +14,7 @@ has _util => ( isa => 'Gitalist::Git::Util',
                is => 'ro',
                lazy_build => 1,
                handles => [ 'run_cmd',
+                            'run_cmd_fh',
                             'run_cmd_list',
                             'get_gpp_object',
                             'gpp',
@@ -23,3 +24,15 @@ has _util => ( isa => 'Gitalist::Git::Util',
 sub _build__util { confess(shift() . " cannot build _util") }
 
 1;
+
+__END__
+
+=head1 AUTHORS
+
+See L<Gitalist> for authors.
+
+=head1 LICENSE
+
+See L<Gitalist> for the license.
+
+=cut