Details
Description
The perl community opscode cookbook tries to specify the wrong directory on RHEL 6. I worked around it with
when "centos","redhat"
if node[:platform_version] > "6"
path "/usr/share/perl5/Config.pm"
But I've yet to verify RHEL5, centos or SL.
Vincent: Could you verify that my patch works for you:
https://github.com/opscode-cookbooks/perl/pull/1