diff options
author | Guillem Jover <guillem@debian.org> | 2019-11-16 00:25:33 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-11-26 02:42:44 +0100 |
commit | e4fed400378c4ade6b7ceb3aeb03c4252c11c12e (patch) | |
tree | aca8611b0df29ba8d9a3f2cba289fd9cca25702a | |
parent | 9b0dc0a1a879d35443781058415550059db1589c (diff) | |
download | dpkg-e4fed400378c4ade6b7ceb3aeb03c4252c11c12e.tar.gz |
Dpkg::Changelog::Parse: Remove $ sigil from option names in POD
These are not actual variables, but option passed in a hash, so using
the $ sigil here is very confusing.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | scripts/Dpkg/Changelog/Parse.pm | 2 | ||||
-rw-r--r-- | t/pod-spell.t | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fdb702b5b..cfae6636c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - man: Split dselect(1) --color from --colour option items. - man: Describe the SONAME formats supported in deb-shlibs(5). - man: Move template symbol documentation into new deb-src-symbols(5). + - Dpkg::Changelog::Parse: Remove $ sigil from option names in POD. * Code internals: - Dpkg::Source::Package: Refactor original tarball handling. - perl: Use File::Copy instead of spawning mv/cp commands. diff --git a/scripts/Dpkg/Changelog/Parse.pm b/scripts/Dpkg/Changelog/Parse.pm index 91da43ab2..8bf099b00 100644 --- a/scripts/Dpkg/Changelog/Parse.pm +++ b/scripts/Dpkg/Changelog/Parse.pm @@ -217,7 +217,7 @@ New option: 'compression' in changelog_parse(). Deprecated functions: changelog_parse_debian(), changelog_parse_plugin(). -Obsolete options: $forceplugin, $libdir. +Obsolete options: forceplugin, libdir. =head2 Version 1.01 (dpkg 1.18.2) diff --git a/t/pod-spell.t b/t/pod-spell.t index 111d592ca..87b669d7e 100644 --- a/t/pod-spell.t +++ b/t/pod-spell.t @@ -72,12 +72,14 @@ dup'ed env envvar fieldnames +forceplugin ge getters gettext hurd keyrings le +libdir lzma modelines multiarch |