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

[lintian] 01/01: Fix perlcritic



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

broucaries-guest pushed a commit to branch master
in repository lintian.

commit a9c759946b40d76a4730000cee26136fd5e484ee
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Sat Jul 4 22:25:04 2015 +0200

    Fix perlcritic
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/cruft.pm                             | 2 +-
 t/tests/cruft-gfdl-fp-sliding-win/pre_build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index 1c90cb2..591d0c1 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -32,7 +32,7 @@ use v5.10;
 # Half of the size used in the "sliding window" for detecting bad
 # licenses like GFDL with invariant sections.
 # NB: Keep in sync cruft-gfdl-fp-sliding-win/pre_build.
-use constant BLOCKSIZE => 16384;
+use constant BLOCKSIZE => 16_384;
 
 use Lintian::Data;
 use Lintian::Relation ();
diff --git a/t/tests/cruft-gfdl-fp-sliding-win/pre_build b/t/tests/cruft-gfdl-fp-sliding-win/pre_build
index 4676bb6..5ee6c94 100755
--- a/t/tests/cruft-gfdl-fp-sliding-win/pre_build
+++ b/t/tests/cruft-gfdl-fp-sliding-win/pre_build
@@ -9,7 +9,7 @@ use strict;
 use warnings;
 
 # Keep in sync with checks/cruft
-use constant BLOCK_SIZE => 16384;
+use constant BLOCK_SIZE => 16_384;
 
 my ($rootdir) = @ARGV;
 my $dir = "$rootdir/debian/src";

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


Reply to: