On Fri, 2012-06-29 at 22:10 -0600, Jacob Albretsen wrote: > So the question is.... is it a good practice to mix the two ways to install > Perl modues? Will I run into issues mixing the two? Whatever you do, it's going to suck. Using CPAN makes it harder to keep module versions synched. Using cpanspec means a lot of extra work.