Make the version number sane and clean up copyright/license statements everywhere
[catagits/Gitalist.git] / lib / Gitalist / Git / HasUtils.pm
index 69addbc..e162e20 100644 (file)
@@ -13,9 +13,26 @@ after BUILD => sub {
 has _util => ( isa => 'Gitalist::Git::Util',
                is => 'ro',
                lazy_build => 1,
-               handles => [ 'run_cmd', 'run_cmd_list', 'get_gpp_object' ],
+               handles => [ 'run_cmd',
+                            'run_cmd_fh',
+                            'run_cmd_list',
+                            'get_gpp_object',
+                            'gpp',
+                        ],
            );
 
 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