--- cvs-head/lib/WAIT/Document/Ora.pm 2002/01/27 15:27:38 71 +++ cvs-head/lib/WAIT/Document/Ora.pm 2002/01/28 21:35:39 72 @@ -28,6 +28,7 @@ opendir(DIR, $dir) or croak "Could not open '$dir': $!"; DIRENT: for my $entry (readdir DIR) { + # next unless $entry =~ /nt/; if (-f "$dir/$entry/desc.html") { my $index = "$dir/$entry/index.html"; open F, $index or Carp::confess("Could not open $index: $!");