Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
andreeap committed Mar 22, 2015
1 parent a871f2a commit e295c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/release/badpod.t
Expand Up @@ -2,6 +2,7 @@ use Test::More;
use strict;
use warnings;

use DDP;
use lib 't/lib';
use MetaCPAN::TestHelpers;

Expand Down Expand Up @@ -36,7 +37,8 @@ sub test_bad_pod {
is $file->sloc, 3, 'sloc';
is $file->slop, 4, 'slop';

is_deeply \@{ $file->{pod_lines} }, [ [ 5, 7 ], ], 'no pod_lines';
p @{ $file->{pod_lines} },
is_deeply @{ $file->{pod_lines} }, [ [ 5, 7 ], ], 'no pod_lines';

is ${ $file->pod },

Expand Down

0 comments on commit e295c50

Please sign in to comment.