summaryrefslogtreecommitdiff
path: root/bin/pod2x
diff options
context:
space:
mode:
authorivan <ivan>2002-02-06 15:55:47 +0000
committerivan <ivan>2002-02-06 15:55:47 +0000
commit88d4198ff452581be05e3018b3e23db564545525 (patch)
treeb88cadc4e1157a2e58fef7fb35433926a002ecb0 /bin/pod2x
parentb9940d4c9565a0e399b156d527f7426fe1cd098b (diff)
doc updates and pod2x fix to skip blib/ files
Diffstat (limited to 'bin/pod2x')
-rwxr-xr-xbin/pod2x1
1 files changed, 1 insertions, 0 deletions
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$/ ) {