The following commit has been merged in the lab-refactor branch:
commit 52af0124a72f20eb5e3b1937ba42d24fa3b38742
Author: Niels Thykier <[email protected]>
Date:   Tue Nov 1 23:33:21 2011 +0100

    Fixed syntax error in L::L::Manifest
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Lintian/Lab/Manifest.pm b/lib/Lintian/Lab/Manifest.pm
index 7167adb..a77706d 100644
--- a/lib/Lintian/Lab/Manifest.pm
+++ b/lib/Lintian/Lab/Manifest.pm
@@ -380,7 +380,7 @@ sub diff {
     my $visitor;
     unless ($self->{'type'} eq $other->{'type'}) {
         my $st = $self->{'type'};
-        my $ot = $other->{'type'});
+        my $ot = $other->{'type'};
         croak "Diffing incompatible types ($st != $ot)";
     }
     $copy = $self->clone;

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to