diff options
-rw-r--r-- | t/pod/find.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/pod/find.t b/t/pod/find.t index 3a0b274563..701490a183 100644 --- a/t/pod/find.t +++ b/t/pod/find.t @@ -49,8 +49,6 @@ my %pods = pod_find($lib_dir); my $result = join(',', sort values %pods); my $compare = join(',', sort qw( Pod::Stuff - Pod::Rhubarb - Like::And::Yeah )); if ($^O eq 'VMS') { $compare = lc($compare); |