Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move some author_requires to test_requires.
Since the tests run TidyAll, the tidyall deps are actually test
requirements.  cpm doesn't seem to install author_requires by default.
  • Loading branch information
oalders committed May 13, 2017
1 parent ff2f6b4 commit e64162f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpanfile
Expand Up @@ -174,6 +174,8 @@ requires 'version', '0.9901';
requires 'warnings';

test_requires 'App::Prove';
test_requires 'Code::TidyAll', '>= 0.47';
test_requires 'Code::TidyAll::Plugin::UniqueLines';
test_requires 'CPAN::Faker', '0.010';
test_requires 'Devel::Confess';
test_requires 'Module::Faker', '0.015';
Expand All @@ -194,6 +196,4 @@ test_requires 'Test::Routine', '0.012';
test_requires 'Test::Routine::Util', '0';
test_requires 'Test::Vars';

author_requires 'Code::TidyAll', '>= 0.47';
author_requires 'Code::TidyAll::Plugin::UniqueLines';
author_requires 'Plack::Middleware::Rewrite';

0 comments on commit e64162f

Please sign in to comment.