[carton] 410/472: Add documentation for carton(1)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:29 UTC 2015


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

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

commit e2c668dd325d40033880aa2311c42c076db3f1ce
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri Aug 16 18:37:28 2013 -0700

    Add documentation for carton(1)
---
 script/carton | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/script/carton b/script/carton
index 3dca242..86b9ad3 100755
--- a/script/carton
+++ b/script/carton
@@ -4,3 +4,24 @@ use 5.008001;
 use Carton::CLI;
 
 exit Carton::CLI->new->run(@ARGV);
+
+__END__
+
+=head1 NAME
+
+carton - Perl module dependency manager
+
+=head1 SYNOPSIS
+
+  > carton install
+  > carton exec ./myscript
+
+=head1 DESCRIPTION
+
+For more documentation, refer to L<Carton> by running C<perldoc Carton> or C<carton --help>.
+
+=head1 SEE ALSO
+
+L<Carton>
+
+=cut

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



More information about the Pkg-perl-cvs-commits mailing list