--- DataSources/DirOfFiles.pm 2001-12-06 05:58:02.000000000 +0000 +++ ../../../../../HTML-WebMake-2.4/lib/HTML/WebMake/DataSources/DirOfFiles.pm 2019-07-05 15:53:06.000000000 +0100 @@ -91,7 +91,7 @@ $self->{find_file_pattern_metas} = $pattmetas; $TmpGlobalSelf = $self; - find (\&find_wanted, $realsrc); + find ({wanted => \&find_wanted, follow => 1}, $realsrc); undef $TmpGlobalSelf; @matched = @{$self->{found}}; --- WmkFile.pm 2001-12-09 10:07:57.000000000 +0000 +++ ../../../../../HTML-WebMake-2.4/lib/HTML/WebMake/WmkFile.pm 2019-07-05 17:00:41.000000000 +0100 @@ -116,7 +116,7 @@ } } else { - 1 while s/^<{.*?}>//gs; # trim code, CGI mode doesn't need it + 1 while s/^<\{.*?\}>//gs; # trim code, CGI mode doesn't need it } $self->{main}->getusertags()->subst_wmk_tags