Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 11, 2015
1 parent 9e0145d commit 3e358f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/release/oops-locallib.t
Expand Up @@ -47,8 +47,7 @@ test_release(
is $file->sloc, 2, 'sloc';
is $file->slop, 2, 'slop';

is_deeply $file->{pod_lines},
[ [ 4, 3 ] ], 'pod_lines';
is_deeply $file->{pod_lines}, [ [ 4, 3 ] ], 'pod_lines';

is $file->abstract, q[should not have been included],
'abstract';
Expand Down

0 comments on commit 3e358f6

Please sign in to comment.