doc updates and pod2x fix to skip blib/ files
authorivan <ivan>
Wed, 6 Feb 2002 15:55:47 +0000 (15:55 +0000)
committerivan <ivan>
Wed, 6 Feb 2002 15:55:47 +0000 (15:55 +0000)
FS/FS/cust_main.pm
bin/pod2x

index 62f61a6..94fd97f 100644 (file)
@@ -1714,6 +1714,8 @@ sub append_fuzzyfiles {
   1;
 }
 
+=back
+
 =head1 BUGS
 
 The delete method.
index cbe1423..385c5db 100755 (executable)
--- a/bin/pod2x
+++ b/bin/pod2x
@@ -33,6 +33,7 @@ foreach my $file (
   glob("./fs_signup/FS-SignupClient/*.pm"),
   glob("./fs_selfadmin/FS-MailAdminServer/*.pm"),
 ) {
+  next if $file =~ /^blib\//;
   #$file =~ /\/([\w\-]+)\.pm$/ or die "oops file $file";
   my $name;
   if ( $file =~ /fs_\w+\/FS\-\w+\/(.*)\.pm$/ ) {