From 88d4198ff452581be05e3018b3e23db564545525 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 6 Feb 2002 15:55:47 +0000 Subject: doc updates and pod2x fix to skip blib/ files --- bin/pod2x | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/pod2x') diff --git a/bin/pod2x b/bin/pod2x index cbe142389..385c5db0a 100755 --- 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$/ ) { -- cgit v1.2.1