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

[lintian] 01/01: t: Bump perltidy requirements



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

nthykier pushed a commit to branch master
in repository lintian.

commit dc616970e7090b950c1b375b929989ea3d4b9897
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Oct 28 08:51:22 2017 +0000

    t: Bump perltidy requirements
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/scripts/01-critic/runner.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/scripts/01-critic/runner.pl b/t/scripts/01-critic/runner.pl
index 15f1295..fe99345 100755
--- a/t/scripts/01-critic/runner.pl
+++ b/t/scripts/01-critic/runner.pl
@@ -23,10 +23,10 @@ plan skip_all => 'Only UNRELEASED versions are criticised'
 eval 'use Test::Perl::Critic 1.00';
 plan skip_all => 'Test::Perl::Critic 1.00 required to run this test' if $@;
 
-eval 'use Perl::Tidy 20130922';
+eval 'use Perl::Tidy 20170521';
 # Actually we could just disable the perltidy check, but I am not
 # sure how to do that without making it ignore our perlcriticrc file.
-plan skip_all => 'Perl::Tidy 20130922 required to run this test' if $@;
+plan skip_all => 'Perl::Tidy 20170521 required to run this test' if $@;
 
 eval 'use PPIx::Regexp';
 diag('libppix-regexp-perl is needed to enable some checks') if $@;

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


Reply to: