"Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> writes: > Then you might not have installed documentation ? .bs files should be > optional, too. What are you using ? some RedHat ? I've added the following exceptions to perlivp: # .bs files are optional @missing = grep { ! /\.bs$/ } @missing; # man files are sometimes compressed @missing = grep { ! -s "$_.gz" } @missing; Now, the results are just: /usr/bin/sperl5.8.8 /usr/bin/suidperl /usr/lib/perl5/5.8.8/Memoize/NDBM_File.pm /usr/share/man/man3/Memoize::NDBM_File.3pm This is Fedora Core 6, with most recent updates. -- JohanThread Previous | Thread Next