diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-25 19:26:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-25 19:26:16 +0000 |
commit | 227f999cc4f7215038e76d2e6a96d5dbb872fd05 (patch) | |
tree | 0fb0e63c651d5a90f6032527a01150170b9214c2 | |
parent | caa33247232da86e852ac5bd18413db3a5f2bb4e (diff) | |
download | perl-227f999cc4f7215038e76d2e6a96d5dbb872fd05.tar.gz |
Script wasn't aligned with reality.
p4raw-id: //depot/perl@8937
-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); |