On Tue, Dec 13, 2016 at 4:11 PM, Duane Bronson <[email protected]> wrote:
> Yes, our product is using scientific linux 6.3 which uses perl 5.10.x, and > our customers and QA don't like hot fixes that replace nearly every RPM. > In fact, they would probably prefer the memory leak. You might want to decouple the Perl from the OS RPM and build your own /$local/bin/perl that you control the version of and the CPAN versions in the matching /$local/lib/perl ( for a suitable value of $local ) -- not as a hotfix, but as a strategic move to let you move forward. The other modules you want the new features or fixes in are less and less likely to continue supporting 5.010_01 -- Bill Ricker [email protected] https://www.linkedin.com/in/n1vux _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

