Subject: | Useless installation into architecture specific path |
1.17 version installs pure Perl modules into archlib. I cannot see
reason why.
This is caused by this Makefile.PL code:
PM => {
'lib/B/Lint.pm' => '$(INST_ARCHLIB)/B/Lint.pm',
'lib/B/Lint/Debug.pm' => '$(INST_ARCHLIB)/B/Lint/Debug.pm',
}
which has been added due to report
<https://rt.cpan.org/Public/Bug/Display.html?id=54453>, but the reporter
qualified the code with ($] < 5.011) condition which is not in current
Makefile.PL.
Am I missing something, or is this a bug?