The following commit has been merged in the master branch:
commit 352ce52e945820fa9aa182397eb12e7b625c2438
Author: Raphaël Hertzog <[email protected]>
Date:   Sun Apr 11 09:10:17 2010 +0200

    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.

diff --git a/scripts/Dpkg/Changelog/Entry.pm b/scripts/Dpkg/Changelog/Entry.pm
index 14691b4..eb79b8f 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.
diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm
index 93660f4..556c531 100644
--- a/scripts/Dpkg/Control/Info.pm
+++ b/scripts/Dpkg/Control/Info.pm
@@ -113,6 +113,7 @@ sub parse {
 }
 
 =item $c->[0]
+
 =item $c->get_source()
 
 Returns a Dpkg::Control object containing the fields concerning the
diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm
index 7798a83..c9abbf5 100644
--- a/scripts/Dpkg/Deps.pm
+++ b/scripts/Dpkg/Deps.pm
@@ -1067,6 +1067,7 @@ This object represents a list of relationships.
 The output method uses ", " to join the list of relationships.
 
 =item $union->implies($other_dep)
+
 =item $union->get_evaluation($other_dep)
 
 Those methods are not meaningful for this object and always return undef.
diff --git a/scripts/Dpkg/Index.pm b/scripts/Dpkg/Index.pm
index e59495a..12ca1e9 100644
--- a/scripts/Dpkg/Index.pm
+++ b/scripts/Dpkg/Index.pm
@@ -315,6 +315,7 @@ sub sort {
 }
 
 =item my $str = $index->output()
+
 =item "$index"
 
 Get a string representation of the index. The Dpkg::Control objects are
diff --git a/scripts/Dpkg/Version.pm b/scripts/Dpkg/Version.pm
index 0c525a0..1ce186f 100644
--- a/scripts/Dpkg/Version.pm
+++ b/scripts/Dpkg/Version.pm
@@ -343,6 +343,7 @@ sub version_split_digits($) {
 }
 
 =item my ($ok, $msg) = version_check($version)
+
 =item my $ok = version_check($version)
 
 Checks the validity of $version as a version number. Returns 1 in $ok

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to