Subject: | perl 5.10 Dumpvalue/Makefile.PL 'INSTALLDIRS' => 'perl' |
A patch might look something like
'INSTALLDIRS' => ( $] >= 5.009005 && $] <= 5.011000 ? 'perl' : 'site' ),
For reasons why see
https://rt.cpan.org/Public/Bug/Display.html?id=57201
Bug #57201 for CPANPLUS: installdirs should be site when > perl 5.11