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

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

commit 27abac70dcf863ddb4bc2869d2cbf95e8e56a09c
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Sun Jun 26 01:22:25 2011 -0700

    added doc for list command
---
 lib/Carton/Doc/List.pod | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/lib/Carton/Doc/List.pod b/lib/Carton/Doc/List.pod
new file mode 100644
index 0000000..39c7d7e
--- /dev/null
+++ b/lib/Carton/Doc/List.pod
@@ -0,0 +1,35 @@
+=head1 NAME
+
+carton-list - List dependencies tracked in the carton.lock file
+
+=head1 SYNOPSIS
+
+  carton list [--tree]
+
+=head1 DESCRIPTION
+
+List the dependencies and version information tracked in the
+C<carton.lock> file. This command by default displays the name of the
+distribution (e.g. I<Foo-Bar-0.01>) in a flat list.
+
+=head1 OPTIONS
+
+=over 4
+
+=item --tree
+
+Displays the dependencies as a nicely formatted tree structure, for example:
+
+  $ carton list --tree
+  Params-Validate-1.00
+    Module-Build-0.3800
+      Module-Metadata-1.000004
+        version-0.91
+      CPAN-Meta-2.110930
+        Parse-CPAN-Meta-1.4401
+          JSON-PP-2.27200
+          CPAN-Meta-YAML-0.003
+        Version-Requirements-0.101020
+      Perl-OSType-1.002
+
+=back

-- 
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