Skip to content

Commit

Permalink
chaotic behaviour when testing for pod_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 22, 2015
1 parent 2e6e888 commit 7da6c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/release/badpod.t
Expand Up @@ -37,8 +37,8 @@ sub test_bad_pod {
is $file->sloc, 3, 'sloc';
is $file->slop, 4, 'slop';

p @{ $file->pod_lines };
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 7da6c9f

Please sign in to comment.