Skip to content

Commit 05c7a7e

Browse files
committed
tidy up the scripts with Perl::Tidy
1 parent 8685c69 commit 05c7a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/00-pod.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ use Test::More;
55
eval "use Test::Pod 1.00";
66
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
77
my @poddirs = qw( lib );
8-
all_pod_files_ok( all_pod_files( @poddirs ) );
8+
all_pod_files_ok(all_pod_files(@poddirs));

0 commit comments

Comments
 (0)