More tidying of ::Project.
[catagits/Gitalist.git] / lib / Gitalist / Git / HasUtils.pm
index 9560bf4..69addbc 100644 (file)
@@ -13,7 +13,7 @@ after BUILD => sub {
 has _util => ( isa => 'Gitalist::Git::Util',
                is => 'ro',
                lazy_build => 1,
-               handles => [ 'run_cmd', 'get_gpp_object' ],
+               handles => [ 'run_cmd', 'run_cmd_list', 'get_gpp_object' ],
            );
 
 sub _build__util { confess(shift() . " cannot build _util") }