Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 20, 2015
1 parent b8503e0 commit a871f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/release/badpod.t
Expand Up @@ -36,7 +36,7 @@ sub test_bad_pod {
is $file->sloc, 3, 'sloc';
is $file->slop, 4, 'slop';

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

is ${ $file->pod },

Expand Down

0 comments on commit a871f2a

Please sign in to comment.