5 Sep
2017
5 Sep
'17
5:08 p.m.
Excerpts from Mark Tompsett's message of 2017-09-05 14:10:59 +0000:
The major problem with cpan'ing your modules is that if you cpan them, and then a newer version comes out with a fix/enhancement, the search paths used by Perl will more likely find your CPAN'd versions rather than the DEB'd versions. This is why cpan2deb (or the 3rd suggestion) is what I tend to do if the first 2 ways don't work.
Thanks, that helps. cpan2deb worked for me.