]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Document that @INC has /usr/lib/perl/5.18, not /usr/lib/perl/5.18.2
authorNiko Tyni <ntyni@debian.org>
Thu, 15 May 2014 20:35:11 +0000 (23:35 +0300)
committerBill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
Sat, 17 May 2014 17:03:21 +0000 (19:03 +0200)
Since at least 5.8.4-8 (Debian sarge release), the Perl search
path for the core modules has used the major version (5.18)
instead of the full one (5.18.2).

debian/changelog
perl-policy.sgml

index 4fcbe17c2b9c8a11bb5237c1f25f3365ab6a0f9a..0b60482a743d888da82cf621ceda6d492870f35f 100644 (file)
@@ -17,6 +17,11 @@ debian-policy (3.9.6.0) unstable; urgency=low
     Seconded: Jakub Wilk <jwilk@debian.org>
     Seconded: Michael Biebl <biebl@debian.org>
     Closes: #741304
+  * Perl Policy: @INC has /usr/lib/perl/5.18, not /usr/lib/perl/5.18.2
+    Wording: Niko Tyni <ntyni@debian.org>
+    Seconded: Russ Allbery <rra@debian.org>
+    Seconded: Bill Allombert <ballombe@debian.org>
+    Closes: #748480
   * Packaging: refreshed the names of the Policy Editors.
 
   [ Jonathan Nieder ]
index 626c5144bc4124fbde9cbba8fcbedbc60405e5db..abe04d9a47d63c537a75dc9a8b5fcad150e233a3 100644 (file)
              <p>
                Modules included in the core Perl distribution.
                <example>
-/usr/lib/perl/<var>version</var>
-/usr/share/perl/<var>version</var>
+/usr/lib/perl/<var>shortversion</var>
+/usr/share/perl/<var>shortversion</var>
                </example>
+               Where <var>shortversion</var> indicates the current Perl major
+               version (for example <tt>5.18</tt>).
              </p>
            </item>
            <tag><var>site</var> (old)</tag>