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

[lintian] 01/01: checks/fields.pm: perltidy



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 2d02a18f1c30de7296e317de07d901b595584af5
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Nov 20 09:51:14 2017 +0900

    checks/fields.pm: perltidy
---
 checks/fields.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index c161a1d..d9a238b 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -630,8 +630,8 @@ sub run {
             tag 'homepage-for-bioconductor-package-not-canonical', $orig;
         }
         if (   $homepage =~ m,^ftp://,
-            or $homepage =~
-            m,^http://(?:[^\.]+\.)?(?:github\.com|metacpan\.org|debian\.org)/,
+            or $homepage
+            =~m,^http://(?:[^\.]+\.)?(?:github\.com|metacpan\.org|debian\.org)/,
           ){
             tag 'homepage-field-uses-insecure-uri', $orig;
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: