melezhik / cookbooks

perl chef cookbooks
https://github.com/melezhik/cookbooks
21 stars 27 forks source link

added perl-CPAN to package list #16

Closed phoolish closed 11 years ago

phoolish commented 11 years ago

I was having issues using the bootstrap script without installing this package using centos and amazon distributions.

melezhik commented 11 years ago

Hi Lloyd! Are you sure, you need install cpan client as "perl-CPAN" centos package? The cpan::bootstrap recipe do it in other way:

phoolish commented 11 years ago

@melezhik We kept getting an error during the cpanminus install when running it without perl-CPAN. I actually would do this:

package 'perl-CPAN'

include_recipe('cpan::bootstrap')

to get it to run.

melezhik commented 11 years ago

Ok, will add it. Thank you for patch and centos related explanations ...

melezhik commented 11 years ago

merged, available in v 0.0.29 - https://community.opscode.com/cookbooks/cpan , thank you for feedback ...