projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
caa3324
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/pod/find.t
b/t/pod/find.t
index
3a0b274
..
701490a
100644
(file)
--- 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);