The following commit has been merged in the master branch:
commit 6474609f0d080a4c3b8fd01595bb1411ad17a090
Author: Niels Thykier <[email protected]>
Date:   Sun May 19 18:38:00 2013 +0200

    L::Unpacker: Add "no critic" marker
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Lintian/Unpacker.pm b/lib/Lintian/Unpacker.pm
index d851727..c4aad11 100644
--- a/lib/Lintian/Unpacker.pm
+++ b/lib/Lintian/Unpacker.pm
@@ -445,7 +445,7 @@ sub process_tasks {
                         # the collection being run (like how it would be with 
the
                         # exec case below).  For platforms that do not support,
                         # the child process will just keep its name as 
"lintian".
-                        $0 = $coll;
+                        $0 = $coll;  ## no critic 
(Variables::RequireLocalizedPunctuationVars)
 
                         eval {
                             $cs->collect ($pkg_name, $pkg_type, $base);

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