Script wasn't aligned with reality.
Jarkko Hietaniemi [Sun, 25 Feb 2001 19:26:16 +0000 (19:26 +0000)]
p4raw-id: //depot/perl@8937

t/pod/find.t

index 3a0b274..701490a 100644 (file)
@@ -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);