[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, lab-refactor, updated. 2.5.3-181-g52af012



The following commit has been merged in the lab-refactor branch:
commit 52af0124a72f20eb5e3b1937ba42d24fa3b38742
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Nov 1 23:33:21 2011 +0100

    Fixed syntax error in L::L::Manifest
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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


Reply to: