From: Jarkko Hietaniemi Date: Sun, 25 Feb 2001 19:26:16 +0000 (+0000) Subject: Script wasn't aligned with reality. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=227f999cc4f7215038e76d2e6a96d5dbb872fd05;p=p5sagit%2Fp5-mst-13.2.git Script wasn't aligned with reality. p4raw-id: //depot/perl@8937 --- diff --git a/t/pod/find.t b/t/pod/find.t index 3a0b274..701490a 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);