The following commit has been merged in the master branch:
commit 68210e18b9fa1cf21008560193d357b3265d587f
Author: Niels Thykier <[email protected]>
Date:   Thu Apr 12 18:41:36 2012 +0200

    L::Relation: Add missing constant to :constants export
    
    Signed-off-by: Niels Thykier <[email protected]>

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


-- 
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