X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpod2x;h=46ccc7743d83ad1842ac4aee25b0fc128c85dabe;hp=385c5db0a3cce61492006b23d6c8a69f0b597107;hb=c5a358f8b8b0c7ac8f627f7042d81f4187bed57f;hpb=88f0ff8531750c6eafd0495b7bbdc440d78db379 diff --git a/bin/pod2x b/bin/pod2x index 385c5db0a..46ccc7743 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -33,7 +33,7 @@ foreach my $file ( glob("./fs_signup/FS-SignupClient/*.pm"), glob("./fs_selfadmin/FS-MailAdminServer/*.pm"), ) { - next if $file =~ /^blib\//; + next if $file =~ /(^|\/)blib\//; #$file =~ /\/([\w\-]+)\.pm$/ or die "oops file $file"; my $name; if ( $file =~ /fs_\w+\/FS\-\w+\/(.*)\.pm$/ ) {