Skip to content

Commit

Permalink
Authortest = diag
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 15, 2014
1 parent ae40468 commit 925cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/release/show_last_10.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ my $instance = App::cpanoutdated::fresh->new( developer => 1, );
my $scroll = $instance->_mk_scroll;
my $i = 0;
while ( $i++ < 10 and my $result = $instance->_get_next($scroll) ) {
note sprintf "%s\@%s\n", $result->{name}, $result->{cpan};
diag sprintf "%s\@%s\n", $result->{name}, $result->{cpan};
}
pass("Executed without err");
done_testing;
Expand Down

0 comments on commit 925cabf

Please sign in to comment.