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

[SCM] Debian package checker branch, master, updated. 2.5.12-82-gf1ade7b



The following commit has been merged in the master branch:
commit 6474609f0d080a4c3b8fd01595bb1411ad17a090
Author: Niels Thykier <niels@thykier.net>
Date:   Sun May 19 18:38:00 2013 +0200

    L::Unpacker: Add "no critic" marker
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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


Reply to: