summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Melo <melo@simplicidade.org>2015-10-14 19:01:51 +0100
committerPedro Melo <melo@simplicidade.org>2015-10-14 19:01:51 +0100
commitb553d533a42a6e387eca5d1917b2e745a0d7d5e2 (patch)
tree9aa0e8e70031b6ce36be64f12ac3fdd8172b1db7
parentbadc819c07f4f9b0640fed280775d03d2ebb87e1 (diff)
downloadcarton-b553d533a42a6e387eca5d1917b2e745a0d7d5e2.tar.gz
Use perl -S, as suggested by trs++
-rw-r--r--lib/Carton/Doc/FAQ.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carton/Doc/FAQ.pod b/lib/Carton/Doc/FAQ.pod
index 9658fe6..684d2b3 100644
--- a/lib/Carton/Doc/FAQ.pod
+++ b/lib/Carton/Doc/FAQ.pod
@@ -111,7 +111,7 @@ L<Any::Moose>.
=head2 I'm using perlbrew, but C<< carton install >> uses system perl, how to fix?
-Instead of C<< carton install >>, use C<< perl `which carton` install >>.
+Instead of C<< carton install >>, use C<< perl -S carton install >>.
This will force the use of the C<perl> from your PATH, and not the C</usr/bin/perl>
that is hard-coded at the top of the C<carton> script.