diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2010-04-11 09:10:17 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2010-04-11 09:10:17 +0200 |
commit | 352ce52e945820fa9aa182397eb12e7b625c2438 (patch) | |
tree | 46fde08dddc9914ca051ed29a04ef3be2a0062bd /scripts/Dpkg/Changelog/Entry.pm | |
parent | 443ed783f7903301827fed7b47b25db590104c7f (diff) | |
download | dpkg-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.pm | 1 |
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. |