[carton] 04/472: misc docs

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:25 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 86ca2d5bd599b72862d467b6d6ba9fc52192cc5e
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri Jun 24 02:36:10 2011 -0700

    misc docs
---
 README     | 5 +++--
 TODO       | 5 +++--
 bin/carton | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/README b/README
index c2c541b..59fd68f 100644
--- a/README
+++ b/README
@@ -4,11 +4,12 @@ NAME
 SYNOPSIS
       # During the development
       > carton install Plack
-      > git commit -m "add Plack" carton.json
+      > carton install Starman
+      > git commit -m "add Plack and Starman" carton.json
 
       # Then elsewhere (on a deployment machine)
       > carton install
-      > carton exec myscript.pl arg1 arg2
+      > carton exec starman -p 8080
 
 WARNING
     This software is under the heavy development and considered alpha
diff --git a/TODO b/TODO
index 003f41c..b251225 100644
--- a/TODO
+++ b/TODO
@@ -4,11 +4,12 @@ cpanm: save 'provides' into local.json for proper indexing
 support CPAN distro only
 carton config / .carton/config
 check Makefile.PL/Build.PL mtime
--g, --global
-carton update
+-g, --global + local::lib (~/perl5)
 exec
 
 # 1.1
+carton update
+clean uninstall?
 carton bundle
 self-contained cpanm and carton
 
diff --git a/bin/carton b/bin/carton
index b78fb10..04c83ef 100755
--- a/bin/carton
+++ b/bin/carton
@@ -15,11 +15,12 @@ carton - Perl module dependency manager (aka Bundler for Perl)
 
   # During the development
   > carton install Plack
-  > git commit -m "add Plack" carton.json
+  > carton install Starman
+  > git commit -m "add Plack and Starman" carton.json
 
   # Then elsewhere (on a deployment machine)
   > carton install
-  > carton exec myscript.pl arg1 arg2
+  > carton exec starman -p 8080
 
 =head1 WARNING
 

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