diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-25 23:47:09 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-25 23:47:09 +0000 |
commit | fdd2014a26e28656157a4fa7720a5a8e8b4ec0c0 (patch) | |
tree | 2c278e0294a3f5a63a1b2271f23aa79668b5d3de /t | |
parent | 4edaa979293b3e482a715be9ab66acf7eb848c46 (diff) | |
parent | 227f999cc4f7215038e76d2e6a96d5dbb872fd05 (diff) | |
download | perl-fdd2014a26e28656157a4fa7720a5a8e8b4ec0c0.tar.gz |
Integrate mainline.
p4raw-id: //depot/perlio@8939
Diffstat (limited to 't')
-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); |