summaryrefslogtreecommitdiff
path: root/lib/Carton/Doc/FAQ.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Carton/Doc/FAQ.pod')
-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.