Subject: | Does not install to the correct libpath on older perls |
Your new Makefile.PL is missing an explicit INSTALLDIRS pragma (which is more or less mandatory for dual-life modules). You need something like this in your Makefile.PL: https://metacpan.org/source/RJBS/Carp-1.38/Makefile.PL#L21
Without this on e.g. 5.10 podlators installs into a directory which is *behind* relative to the directory containing the podlators bundled with 5.10. This essentially creates an "invisible installation", unusable by the actual runtime.
Cheers!