Skip to content

Commit

Permalink
debug signature in moose release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Apr 9, 2015
1 parent 37da853 commit 85d7035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 @@ -73,6 +74,7 @@ $signature = $idx->type('file')->filter(
}
)->first;
ok( !$signature, 'SIGNATURE is not documentation' );
diag p $signature;

$signature = $idx->type('file')->filter(
{
Expand All @@ -86,6 +88,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 85d7035

Please sign in to comment.