p4raw-id: //depot/perl@13003
my $file = $File::Find::name;
return if $file eq '../lib/Pod/Functions.pm'; # Used only by pod itself
return if $file =~ m!lib/Attribute/Handlers/demo/!;
+ return if $file =~ m!lib/Net/FTP/.+\.pm!; # Hi, Graham! :-)
die "tut $name" if $file =~ /TUT/;
unless (open (F, "< $_\0")) {