[carton] 136/472: Improve synopsis for carton exec

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:41 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 e481f2491fa7b69c26e0341e292a1f307d190e78
Author: David Golden <dagolden at cpan.org>
Date:   Mon Jan 9 11:56:26 2012 -0500

    Improve synopsis for carton exec
    
    Shows use of "-I" flag and the "--" command separator.
---
 lib/Carton.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Carton.pod b/lib/Carton.pod
index 0d5eedf..805696b 100644
--- a/lib/Carton.pod
+++ b/lib/Carton.pod
@@ -21,7 +21,7 @@ Carton - Perl module dependency manager (aka Bundler for Perl)
 
   # Other developer's machine, or on a deployment box
   > carton install
-  > carton exec starman -p 8080 myapp.psgi
+  > carton exec -Ilib -- starman -p 8080 myapp.psgi
 
 =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