diff options
-rw-r--r-- | FS/FS/cust_main.pm | 2 | ||||
-rwxr-xr-x | bin/pod2x | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 62f61a689..94fd97f39 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1714,6 +1714,8 @@ sub append_fuzzyfiles { 1; } +=back + =head1 BUGS The delete method. @@ -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$/ ) { |