[carton] 259/472: doc update

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:52 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 e6a8bf685ddb069b79309955b667e93c9bbb5776
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sun Jun 2 12:33:25 2013 +0900

    doc update
---
 lib/Carton/Doc/Exec.pod | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/lib/Carton/Doc/Exec.pod b/lib/Carton/Doc/Exec.pod
index 83ccc1a..04e1c17 100644
--- a/lib/Carton/Doc/Exec.pod
+++ b/lib/Carton/Doc/Exec.pod
@@ -4,7 +4,7 @@ Carton::Doc::Exec - execute your script in a carton local environment
 
 =head1 SYNOPSIS
 
-  carton exec -Ilib -- perl myscript.pl
+  carton exec perl myscript.pl
 
 =head1 DESCRIPTION
 
@@ -17,17 +17,3 @@ This is useful to make sure your scripts and application use the exact
 same versions of the modules in your lirbary path, and are not using
 any of the modules you accidentally installed into your system perl or
 perlbrew's site library path.
-
-=head1 OPTIONS
-
-=over 4
-
-=item -Ilib
-
-Like perl's C<-I> option, this allows you to specify the library path
-you want to pass to the script you're going to run. Because of the
-complexity of how perl's C<PERL5OPT> and C<-M> and C<-I> command line
-options are handled, you have to pass this option to the C<carton
-exec> command instead of the actual C<perl> command.
-
-=back

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