Control: retitle -1 release-notes: add warning about change in perl's handling 
of unreadable module paths
Control: tags -1 -pending
Control: tags -1 +patch

Hi,

Please see a patch for this issue attached.

Cheers,
Dominic.
Index: en/issues.dbk
===================================================================
--- en/issues.dbk	(revision 10675)
+++ en/issues.dbk	(working copy)
@@ -800,4 +800,15 @@
     please review your crontab for existing mistakes.
   </para>
 </section>
+<section id="perl-module-load-permissions">
+  <!-- Wheezy to Jessie (#781120) -->
+  <title>Change in handling of unreadable module paths by <systemitem role="package">perl</systemitem></title>
+  <para>
+     From version 5.18 (and 5.20, which is included in jessie), perl will
+     exit with a fatal error if it encounters unreadable module paths in
+     <literal>@INC</literal>. The previous behaviour was to skip such
+     entries. It is recommended to check the contents of <literal>@INC</literal>
+     in your environment for directories which are not world-readable, and
+     take appropriate action.
+  </para>
 </chapter>

Reply via email to