[carton] 09/472: doc clarification

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:26 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 4d0390669f82b27b67c00b41ef2506401797171b
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri Jun 24 13:30:26 2011 -0700

    doc clarification
---
 README     | 7 ++++++-
 bin/carton | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 2b267c1..9b138d6 100644
--- a/README
+++ b/README
@@ -3,7 +3,12 @@ NAME
 
 SYNOPSIS
       # During the development
-      > vim Makefile.PL
+      > $EDITOR Makefile.PL
+      ...
+      requires 'Plack', 0.9980;
+      requires 'Starman', 0.2000;
+      ...
+    
       > carton install
       > git commit -m "add Plack and Starman" Makefile.PL carton.json
 
diff --git a/bin/carton b/bin/carton
index 04bdc60..151976a 100755
--- a/bin/carton
+++ b/bin/carton
@@ -14,7 +14,12 @@ carton - Perl module dependency manager (aka Bundler for Perl)
 =head1 SYNOPSIS
 
   # During the development
-  > vim Makefile.PL
+  > $EDITOR Makefile.PL
+  ...
+  requires 'Plack', 0.9980;
+  requires 'Starman', 0.2000;
+  ...
+  
   > carton install
   > git commit -m "add Plack and Starman" Makefile.PL carton.json
 

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