This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 253d19e21fd4d667192c0341afa71c47542fff60
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Mon Jun 3 23:25:05 2013 +0900

    simplified tree output
---
 lib/Carton/CLI.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index 06ee8ac..2f4d671 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -276,7 +276,7 @@ sub dump_tree {
       for qw( configure build runtime test);
 
     if ($name) {
-        $self->print( (" " x ($level - 1)) . "\\_ $name\n" );
+        $self->print( (" " x ($level - 1)) . "$name\n" );
     }
 
     my $requirements = $req->as_string_hash;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/carton.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to