No pod in internal Net::FTP classes.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:17:02 +0000 (21:17 +0000)]
p4raw-id: //depot/perl@13003

pod/buildtoc.PL

index bb6d0d3..313a3ef 100644 (file)
@@ -288,6 +288,7 @@ sub getpods {
        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")) {