in reply to How to extract Req files into some other directory using Modules

I don't think
*.exe|*.dll
will be considered as a valid Perl regex. You should try the following instead :
^.*\.(?:exe|dll)$