The following commit has been merged in the master branch:
commit 443ed783f7903301827fed7b47b25db590104c7f
Author: Ansgar Burchardt <[email protected]>
Date:   Sun Apr 11 08:59:37 2010 +0200

    Dpkg::Version: fix POD to avoid two consecutive lines starting with =item

diff --git a/scripts/Dpkg/Version.pm b/scripts/Dpkg/Version.pm
index f7f2ff3..0c525a0 100644
--- a/scripts/Dpkg/Version.pm
+++ b/scripts/Dpkg/Version.pm
@@ -160,12 +160,12 @@ sub comparison {
     return version_compare_part($a->revision(), $b->revision());
 }
 
-=item "$v"
-=item $v->as_string()
+=item "$v", $v->as_string()
 
 Returns the string representation of the version number.
 
 =cut
+
 sub as_string {
     my ($self) = @_;
     my $str = "";

-- 
dpkg's main repository


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

Reply via email to