summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-19 14:23:54 +0200
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-19 14:23:54 +0200
commitd422cbba91bb463e7e3b59ec58b9ecde741afdd3 (patch)
treee41e430ec080f7a9f1c51d41c3084a43b121c436 /README.md
parent5aa2ce1ebb97cb288dcdf231ee532640471824b9 (diff)
downloadcarton-d422cbba91bb463e7e3b59ec58b9ecde741afdd3.tar.gz
use MakeMaker
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 54107cf..ae2d16f 100644
--- a/README.md
+++ b/README.md
@@ -30,13 +30,13 @@ run in an embedded perl use case such as mod\_perl.
# DESCRIPTION
carton is a command line tool to track the Perl module dependencies
-for your Perl application. Dependencies are declared using [cpanfile](http://search.cpan.org/perldoc?cpanfile)
+for your Perl application. Dependencies are declared using [cpanfile](https://metacpan.org/pod/cpanfile)
format, and the managed dependencies are tracked in a
_cpanfile.snapshot_ file, which is meant to be version controlled,
and the snapshot file allows other developers of your application will
have the exact same versions of the modules.
-For `cpanfile` syntax, see [cpanfile](http://search.cpan.org/perldoc?cpanfile) documentation.
+For `cpanfile` syntax, see [cpanfile](https://metacpan.org/pod/cpanfile) documentation.
# TUTORIAL
@@ -116,7 +116,7 @@ When you take a snapshot in one perl version and deploy on another
The simplest solution, which might not work for everybody, is to use
the same version of perl in the development and deployment.
-To enforce that, you're recommended to use [plenv](http://search.cpan.org/perldoc?plenv) and
+To enforce that, you're recommended to use [plenv](https://metacpan.org/pod/plenv) and
`.perl-version` to lock perl versions in development.
You can also specify the minimum perl required in `cpanfile`:
@@ -132,7 +132,7 @@ with perl lower than the specified version.
Code repository, Wiki and Issue Tracker
-- [irc://irc.perl.org/\#carton](irc://irc.perl.org/\#carton)
+- [irc://irc.perl.org/#carton](irc://irc.perl.org/#carton)
IRC chat room
@@ -150,9 +150,9 @@ This software is licensed under the same terms as Perl itself.
# SEE ALSO
-[cpanm](http://search.cpan.org/perldoc?cpanm)
+[cpanm](https://metacpan.org/pod/cpanm)
-[cpanfile](http://search.cpan.org/perldoc?cpanfile)
+[cpanfile](https://metacpan.org/pod/cpanfile)
[Bundler](http://gembundler.com/)
@@ -162,4 +162,4 @@ This software is licensed under the same terms as Perl itself.
[perlrocks](https://github.com/gugod/perlrocks)
-[only](http://search.cpan.org/perldoc?only)
+[only](https://metacpan.org/pod/only)