Skip to content

Commit

Permalink
Adds Code::TidyAll::Plugin::Test::Vars
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 11, 2015
1 parent 4ab3bc1 commit 42101b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .tidyallrc
Expand Up @@ -4,3 +4,6 @@ select = bin/daemon-control.pl
select = app.psgi
ignore = t/var/**/*
argv = --profile=$ROOT/.perltidyrc

[Test::Vars]
select = **/*.pm
5 changes: 3 additions & 2 deletions cpanfile
Expand Up @@ -157,12 +157,13 @@ requires 'warnings';

test_requires 'App::Prove';
test_requires 'CPAN::Faker', '0.010';
test_requires 'Module::Faker', '0.015';
test_requires 'Module::Faker::Dist', '0.010';
test_requires 'Code::TidyAll::Plugin::Test::Vars';
test_requires 'Config::General';
test_requires 'ElasticSearch::TestServer';
test_requires 'File::Copy';
test_requires 'HTTP::Cookies';
test_requires 'Module::Faker', '0.015';
test_requires 'Module::Faker::Dist', '0.010';
test_requires 'Test::Aggregate::Nested', '0.371';
test_requires 'Test::Code::TidyAll';
test_requires 'Test::More', '0.99';
Expand Down

0 comments on commit 42101b4

Please sign in to comment.