summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-07-19 23:35:32 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-07-19 23:35:32 -0700
commit187db318c73562ab02317ac41b00d94a5445cbe3 (patch)
tree7563e43f0a869cada9a0a5b0721c823b4a256f41
parent3476c241a88578c17664c0696f0b93eb73f28a99 (diff)
downloadcarton-187db318c73562ab02317ac41b00d94a5445cbe3.tar.gz
update obsolete doc
-rw-r--r--lib/Carton/Doc/Install.pod22
1 files changed, 3 insertions, 19 deletions
diff --git a/lib/Carton/Doc/Install.pod b/lib/Carton/Doc/Install.pod
index 60ee7c2..c9697e1 100644
--- a/lib/Carton/Doc/Install.pod
+++ b/lib/Carton/Doc/Install.pod
@@ -40,25 +40,9 @@ commit the changes as you update your dependencies.
=head2 DEPLOYMENT MODE
If you specify the C<--deployment> command line option or the
-I<carton.lock> exists and I<cpanfile> does not exist, carton will
-fetch all remote modules and use the dependencies specified in the
-I<carton.lock> instead of resolving dependencies.
-
-=head1 CONSERVATIVE UPDATE
-
-B<WARNINGS: following commands are not implemented>
-
-If you want to update to the latest version of CPAN, you can either
-use C<carton update> command, or specify the required version either
-in your I<cpanfile>.
-
- > carton update URI
-
- > cat cpanfile
- requires 'URI', 1.51;
-
-Any of those will upgrade URI to the latest one from CPAN, and the
-version specified in the I<carton.lock> will be bumped.
+I<carton.lock> exists, carton will fetch all remote modules and use
+the dependencies specified in the I<carton.lock> instead of resolving
+dependencies.
=head1 OPTIONS