Skip to content

Commit

Permalink
make arrayref to pod_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 20, 2015
1 parent 5bfa05e commit 96663d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/release/badpod.t
Expand Up @@ -2,7 +2,6 @@ use Test::More;
use strict;
use warnings;

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

Expand Down Expand Up @@ -37,8 +36,7 @@ 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';
is_deeply @{ $file->pod_lines }, [ [ 5, 7 ], ], 'no pod_lines';

is ${ $file->pod },

Expand Down

0 comments on commit 96663d0

Please sign in to comment.