From: Niko Tyni Date: Thu, 15 May 2014 20:35:11 +0000 (+0300) Subject: Document that @INC has /usr/lib/perl/5.18, not /usr/lib/perl/5.18.2 X-Git-Url: https://git.donarmstrong.com/?p=debian%2Fdebian-policy.git;a=commitdiff_plain;h=05cefddcc62002afe6fc10d4b39757500bfce569;hp=b7625d36911ace5e97bb52cc48ae1487b62b32ce Document that @INC has /usr/lib/perl/5.18, not /usr/lib/perl/5.18.2 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). --- diff --git a/debian/changelog b/debian/changelog index 4fcbe17..0b60482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,11 @@ debian-policy (3.9.6.0) unstable; urgency=low Seconded: Jakub Wilk Seconded: Michael Biebl Closes: #741304 + * Perl Policy: @INC has /usr/lib/perl/5.18, not /usr/lib/perl/5.18.2 + Wording: Niko Tyni + Seconded: Russ Allbery + Seconded: Bill Allombert + Closes: #748480 * Packaging: refreshed the names of the Policy Editors. [ Jonathan Nieder ] diff --git a/perl-policy.sgml b/perl-policy.sgml index 626c514..abe04d9 100644 --- a/perl-policy.sgml +++ b/perl-policy.sgml @@ -168,9 +168,11 @@

Modules included in the core Perl distribution. -/usr/lib/perl/version -/usr/share/perl/version +/usr/lib/perl/shortversion +/usr/share/perl/shortversion + Where shortversion indicates the current Perl major + version (for example 5.18).

site (old)