~turugina/+junk/WWW-Pixiv-Login

« back to all changes in this revision

Viewing changes to xt/02_perlcritic.t

  • Committer: turugina
  • Date: 2011-01-28 01:56:29 UTC
  • Revision ID: turugina@floralcompany.jp-20110128015629-4l2b2q2uz10bs3g2
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use strict;
 
2
use Test::More;
 
3
eval {
 
4
    require Test::Perl::Critic;
 
5
    Test::Perl::Critic->import( -profile => 'xt/perlcriticrc');
 
6
};
 
7
plan skip_all => "Test::Perl::Critic is not installed." if $@;
 
8
all_critic_ok('lib');