Subject: | Makefile.PL installs to wrong place for perl 5.11+ |
I suggest a fix in Makefile.PL
($] < 5.011) ?(PM => {
'lib/B/Lint.pm' => '$(INST_ARCHLIB)/B/Lint.pm',
'lib/B/Lint/Debug.pm' => '$(INST_ARCHLIB)/B/Lint/Debug.pm',
}) : (),