Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use Devel::Confess in tidyall tests
  • Loading branch information
oalders committed Jun 6, 2017
1 parent 5dc641e commit dfb0df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/tidyall.t
Expand Up @@ -7,6 +7,7 @@ use warnings;
# there's really no reason to run this when coverage tests are running, since
# it's not bringing anything to the table.

use Devel::Confess;
use Test::Code::TidyAll;
use Test::More
do { $ENV{COVERAGE} ? ( skip_all => 'skip under Devel::Cover' ) : () };
Expand Down

0 comments on commit dfb0df6

Please sign in to comment.