X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpod2x;h=46ccc7743d83ad1842ac4aee25b0fc128c85dabe;hp=cbe14238905b2598adbd272ae41465cefb37f9c5;hb=c28a1f2d8b6c0c355a96f3b8f34c2ec40971c2a1;hpb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 diff --git a/bin/pod2x b/bin/pod2x index cbe142389..46ccc7743 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$/ ) {