Skip to content

Commit

Permalink
get info on test for modules in release files
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 23, 2015
1 parent 00afe47 commit 49187a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/lib/MetaCPAN/Tests/Release.pm
Expand Up @@ -4,6 +4,7 @@ use Test::More;
use HTTP::Request::Common;
use List::Util ();
use version;
use DPP;

with qw(
MetaCPAN::Tests::Model
Expand Down Expand Up @@ -194,6 +195,7 @@ 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

0 comments on commit 49187a5

Please sign in to comment.