Perl-Toolchain-Gang / ExtUtils-Install

Install files from here to there

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong install mode for DSOs

kloczek opened this issue · comments

Looks like ExtUtils::Install is installing DSos loadable modules with 555. This is causing that most of the package managers has problem with extracriong from those DSOs elf debug info.
I was unable to figure out where actially it is hardcodes that 555.
Proper permission should be 755.