summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Changelog/Entry.pm
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2010-04-11 09:10:17 +0200
committerRaphaël Hertzog <hertzog@debian.org>2010-04-11 09:10:17 +0200
commit352ce52e945820fa9aa182397eb12e7b625c2438 (patch)
tree46fde08dddc9914ca051ed29a04ef3be2a0062bd /scripts/Dpkg/Changelog/Entry.pm
parent443ed783f7903301827fed7b47b25db590104c7f (diff)
downloaddpkg-352ce52e945820fa9aa182397eb12e7b625c2438.tar.gz
Fix POD in several perl modules to avoid two consecutive lines starting with =item
An empty line is required between the two or pod2man decides that the second is the continuation of the former and includes "=item" in the generated manual page.
Diffstat (limited to 'scripts/Dpkg/Changelog/Entry.pm')
-rw-r--r--scripts/Dpkg/Changelog/Entry.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Dpkg/Changelog/Entry.pm b/scripts/Dpkg/Changelog/Entry.pm
index 14691b45c..eb79b8f8f 100644
--- a/scripts/Dpkg/Changelog/Entry.pm
+++ b/scripts/Dpkg/Changelog/Entry.pm
@@ -69,6 +69,7 @@ sub new {
}
=item my $str = $entry->output()
+
=item "$entry"
Get a string representation of the changelog entry.