Skip to content

Commit

Permalink
Merge pull request #744 from metacpan/mickey/test_cleanup
Browse files Browse the repository at this point in the history
removed old diag code
  • Loading branch information
ranguard committed Nov 5, 2017
2 parents c98928d + 1cfbac6 commit a080836
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/release/moose.t
@@ -1,7 +1,6 @@
use strict;
use warnings;

use DDP;
use MetaCPAN::Server::Test;
use Test::More;

Expand Down Expand Up @@ -89,7 +88,6 @@ $signature = $idx->type('file')->filter(
}
)->first;
ok( !$signature, 'SIGNATURE is not pod' );
diag p $signature;

{
my $files = $idx->type('file');
Expand Down

0 comments on commit a080836

Please sign in to comment.