From c5a358f8b8b0c7ac8f627f7042d81f4187bed57f Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 19 Jun 2002 04:54:04 +0000 Subject: pod build fix thanks to Stephen Bechard --- bin/pod2x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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$/ ) { -- cgit v1.2.1