[carton] 192/472: Fix docs. #84

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:46 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 068e4f5e8c586ad007414480b1372422b832ba55
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed May 29 18:04:41 2013 +0900

    Fix docs. #84
---
 lib/Carton/Doc/Install.pod | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/lib/Carton/Doc/Install.pod b/lib/Carton/Doc/Install.pod
index 528d206..60ee7c2 100644
--- a/lib/Carton/Doc/Install.pod
+++ b/lib/Carton/Doc/Install.pod
@@ -4,7 +4,7 @@ Carton::Doc::Install - Install the dependencies
 
 =head1 SYNOPSIS
 
-  carton install [--deployment] [--path=PATH] [modules...]
+  carton install [--deployment] [--path=PATH]
 
 =head1 DESCRIPTION
 
@@ -15,7 +15,7 @@ modes and the behavior is slightly different.
 
 =over 4
 
-=item carton install (no arguments)
+=item carton install
 
 If you run C<carton install> without any arguments and if I<cpanfile>
 exists, carton will scan dependencies from I<cpanfile> and install
@@ -46,23 +46,6 @@ I<carton.lock> instead of resolving dependencies.
 
 =head1 CONSERVATIVE UPDATE
 
-C<carton install> doesn't update the modules already installed into
-I<local> library path as long as the version is satisfied.
-
-For example, one day you install URI-1.50 from CPAN:
-
-  > carton install URI
-  Successfully installed URI-1.50
-
-Few weeks later, URI module is updated to 1.51 on CPAN. If you run the
-C<carton install URI> again:
-
-  > carton install URI
-  You have URI (1.50)
-
-because you haven't specified the version number, carton won't update
-the module in your local library path.
-
 B<WARNINGS: following commands are not implemented>
 
 If you want to update to the latest version of CPAN, you can either

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