How can I safely compile a Perl 5.12 module for Perl 5.8.9?
I want to install File::Fetch, which is a core module in Perl 5.12, in my Perl 5.8.9. In general, I want to compile and install future-dated modules in my back-dated Perl because I cannot upgrade my Perl. So I downloaded the module and also its dependencies. It's quite painful following the dependency tree but I'm more concerned about the fact that some of them are core modules. If I install these, my Perl 5.8.9 core will have patches from 5.12. My question is how I can know whether I can safely install the future-dated modules, especially the core modules. Is there a tutorial for this purpose