Stas Bekman wrote:
> As you can see from the email below, some modules embed a version number
> in the module 'mod_fastcgi-2.4.2-AP20.dll'. Our should_skip_module only
> matches an exact name. The patch at the end of this email extends the
> functionality to support regex skip arguments. Let me know if you have
> any objections to this change.

+1

> +        $name =~ s/\.(s[ol]|dll)$/.c/;  #mod_info.so => mod_info.c
> +        $name =~ s/\.dll$/.c/;  #mod_info.so => mod_info.c

?

--Geoff

Reply via email to