From: Niko Tyni Date: Fri, 16 May 2014 16:40:35 +0000 (+0300) Subject: Perl Policy: Explain %Config earlier X-Git-Url: https://git.donarmstrong.com/?p=debian%2Fdebian-policy.git;a=commitdiff_plain;h=1d523d4d9a21ed5644e78ce9c20280548fae5b56 Perl Policy: Explain %Config earlier Move the footnote about the Config module to the first reference The new Config reference was introduced in cc34dcc0 but the footnote wasn't moved accordingly. Wording: Niko Tyni Seconded: Russ Allbery Seconded: Damyan Ivanov Closes: #748479 --- diff --git a/debian/changelog b/debian/changelog index 0b60482..ac2165a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,11 @@ debian-policy (3.9.6.0) unstable; urgency=low Seconded: Russ Allbery Seconded: Bill Allombert Closes: #748480 + * Perl Policy: Explain %Config earlier + Wording: Niko Tyni + Seconded: Russ Allbery + Seconded: Damyan Ivanov + Closes: #748479 * Packaging: refreshed the names of the Policy Editors. [ Jonathan Nieder ] diff --git a/perl-policy.sgml b/perl-policy.sgml index abe04d9..54e97d3 100644 --- a/perl-policy.sgml +++ b/perl-policy.sgml @@ -96,7 +96,8 @@ perlapi-abiname for all released package versions it is compatible with. The choice of abiname is arbitrary, but if it differs from - $Config{version}, it must be specified in + $Config{version}see the + Config module, it must be specified in $Config{debian_abi}.

@@ -149,8 +150,7 @@ /usr/local/share/perl/version Where version indicates the current Perl - version ($Config{version}see the - Config module). + version ($Config{version}).

vendor