forked from sympa-community/sympa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[-dev] Moving critic.t from t/ into xt/.
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12165 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
- Loading branch information
sikeda
committed
May 8, 2015
1 parent
bfb5191
commit 4e376f4
Showing
4 changed files
with
21 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# -*- indent-tabs-mode: t; -*- | ||
# vim:ft=perl:et:sw=4 | ||
# $Id$ | ||
|
||
use strict; | ||
use warnings; | ||
use English qw(-no_match_vars); | ||
use Test::More; | ||
|
||
BEGIN { | ||
eval { use Test::Perl::Critic -profile => 'xt/perlcriticrc'; }; | ||
} | ||
plan(skip_all => 'Test::Perl::Critic required') | ||
unless $Test::Perl::Critic::VERSION; | ||
|
||
all_critic_ok('src/lib'); |
File renamed without changes.