This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Script wasn't aligned with reality.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 25 Feb 2001 19:26:16 +0000 (19:26 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
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
 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);
 ));
 if ($^O eq 'VMS') {
     $compare = lc($compare);