Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2021-09-22 23:17:27 +0300
committersunnavy <sunnavy@bestpractical.com>2021-09-22 23:17:27 +0300
commit55cd53c7ebe46efce5119041af5430a9e7280288 (patch)
treefa1fc779f98258854830926b1c39b681c5c8869c /docs
parent5b8574c9f190fe30592299e1403d5b2f764bb24e (diff)
parent93af0eaf617fde2c819fead3ae8f3c9e8235421c (diff)
Merge branch '5.0/update-perl-docs' into 5.0-trunk
Diffstat (limited to 'docs')
-rw-r--r--docs/rt_perl.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/rt_perl.pod b/docs/rt_perl.pod
index 5fe0c0ca1f..fe00e3b2c3 100644
--- a/docs/rt_perl.pod
+++ b/docs/rt_perl.pod
@@ -160,6 +160,12 @@ have RT use C<cpanm> to install modules:
Then run C<make fixdeps> and let RT install all of its dependencies.
+Modern versions of Perl no longer have C<.> (dot) in C<@INC> by default and this
+can cause issues when installing modules. If you're not running as root, you
+might also need to use sudo. You can do both of these with your C<cpanm> line:
+
+ export RT_FIX_DEPS_CMD="PERL5LIB='.' /opt/perl/bin/cpanm --sudo"
+
=head2 Permission Problems with Installed Perl Modules
After running C<make fixdeps> using one of the configurations above, you might see