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

[lintian] 01/01: Perltidy bug!



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

lamby pushed a commit to branch master
in repository lintian.

commit 36860b8b78bffd6d642d71d39fd4260fac2141f3
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Nov 20 09:00:32 2017 +0900

    Perltidy bug!
---
 checks/fields.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index c0b9e96..15deb89 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -631,7 +631,7 @@ sub run {
         }
         if (   $homepage =~ m,^ftp//,
             or $homepage =~
-            =~ m,^http://(?:[^\.]+\.)?(?:github\.com|metacpan\.org|debian\.org)/,
+            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: