Skip to content

Commit

Permalink
Add Test::Perl::Critic as develop dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Apr 21, 2022
1 parent 130dde4 commit cd4be9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpanfile
Expand Up @@ -10,3 +10,7 @@ requires 'version';
on build => sub {
requires 'ExtUtils::MakeMaker';
};

on develop => sub {
requires 'Test::Perl::Critic';
};

0 comments on commit cd4be9f

Please sign in to comment.