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

[SCM] Debian package checker branch, master, updated. 2.5.6-86-g68210e1



The following commit has been merged in the master branch:
commit 68210e18b9fa1cf21008560193d357b3265d587f
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Apr 12 18:41:36 2012 +0200

    L::Relation: Add missing constant to :constants export
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/lib/Lintian/Relation.pm b/lib/Lintian/Relation.pm
index 462b37b..f5dbc94 100644
--- a/lib/Lintian/Relation.pm
+++ b/lib/Lintian/Relation.pm
@@ -34,7 +34,8 @@ use base 'Exporter';
 our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 @EXPORT = ();
 %EXPORT_TAGS = (
-    constants => [qw(VISIT_PRED_NAME VISIT_PRED_FULL VISIT_OR_CLAUSE_FULL)],
+    constants => [qw(VISIT_PRED_NAME VISIT_PRED_FULL VISIT_OR_CLAUSE_FULL
+                     VISIT_STOP_FIRST_MATCH)],
 );
 @EXPORT_OK = (
     @{ $EXPORT_TAGS{constants} }

-- 
Debian package checker


Reply to: