[Rt-commit] rt branch 5.0/replace-universal-require updated. rt-5.0.3-225-g785169771f

BPS Git Server git at git.bestpractical.com
Wed Jan 18 17:16:43 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/replace-universal-require has been updated
       via  785169771fc33e7eeeba465779fae826e7cab585 (commit)
      from  f634a758e306675f0b999f80c8b224a6e8df2a70 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 785169771fc33e7eeeba465779fae826e7cab585
Author: Ronaldo Richieri <ronaldo at bestpractical.com>
Date:   Wed Jan 18 14:15:17 2023 -0300

    Update docs to remove references to UNIVERSAL::require
    
    Since UNIVERSAL::require is no longer used, the docs should be updated
    to not make reference to it.

diff --git a/docs/rt_perl.pod b/docs/rt_perl.pod
index fe00e3b2c3..e1f43bbba3 100644
--- a/docs/rt_perl.pod
+++ b/docs/rt_perl.pod
@@ -171,7 +171,7 @@ might also need to use sudo. You can do both of these with your C<cpanm> line:
 After running C<make fixdeps> using one of the configurations above, you might see
 errors like this when starting Apache and trying to access RT:
 
-    Can't locate UNIVERSAL/require.pm in @INC (@INC contains: /opt/rt5/sbin/../local/lib
+    Can't locate Module/Runtime.pm in @INC (@INC contains: /opt/rt5/sbin/../local/lib
     /opt/rt5/sbin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
     /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
     /opt/rt5/sbin/../lib/RT.pm line 60.
@@ -180,7 +180,7 @@ errors like this when starting Apache and trying to access RT:
 The reported module might be different depending on how the modules were installed.
 
 If you look for the module as a privileged user with a command like
-C<perldoc UNIVERSAL::require> the module will be found and in one
+C<perldoc Module::Runtime> the module will be found and in one
 of the paths reported in C<@INC>. So why can't it be located?
 
 One possible cause for this issue is the default umask on the system. Some Linux

-----------------------------------------------------------------------

Summary of changes:
 docs/rt_perl.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list