Skip to content

Commit

Permalink
print signature value
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 23, 2015
1 parent 3dc4176 commit e092668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/lib/MetaCPAN/Tests/Release.pm
Expand Up @@ -4,7 +4,6 @@ use Test::More;
use HTTP::Request::Common;
use List::Util ();
use version;
use DDP;

with qw(
MetaCPAN::Tests::Model
Expand Down Expand Up @@ -195,7 +194,6 @@ test 'modules in release files' => sub {
else {
ok( 0, $desc );
}
diag p $got;
}

is( scalar keys %module_files, 0, 'all module files tested' )
Expand Down
2 changes: 2 additions & 0 deletions t/release/moose.t
@@ -1,6 +1,7 @@
use strict;
use warnings;

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

Expand Down Expand Up @@ -86,6 +87,7 @@ $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 e092668

Please sign in to comment.