X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpod2x;h=385c5db0a3cce61492006b23d6c8a69f0b597107;hp=cbe14238905b2598adbd272ae41465cefb37f9c5;hb=74a98a74f07bbcf05975fd444ed87baefae37e7d;hpb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 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$/ ) {