melezhik / cookbooks

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

Fix for issue #29 - "undefined method cpan_client" with Chef 13 #30

Closed abadelt closed 7 years ago

abadelt commented 7 years ago

See: https://github.com/melezhik/cookbooks/issues/29

Fixed cpan/attributes/default.rb so that Chef 13 does not throw this exception: 'undefined method cpan_client'.

melezhik commented 7 years ago

Hi @abadelt , sounds good! I will upload the new version to supermarket soon. I don't have my laptop by hand now. Thanks for contributing!