summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-11-16 00:25:33 +0100
committerGuillem Jover <guillem@debian.org>2019-11-26 02:42:44 +0100
commite4fed400378c4ade6b7ceb3aeb03c4252c11c12e (patch)
treeaca8611b0df29ba8d9a3f2cba289fd9cca25702a /debian
parent9b0dc0a1a879d35443781058415550059db1589c (diff)
downloaddpkg-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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 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.