lib/chef/resource/perl.rb in chef-0.8.16 vs lib/chef/resource/perl.rb in chef-0.9.0.a3

- old
+ new

@@ -19,15 +19,15 @@ require 'chef/resource/script' class Chef class Resource class Perl < Chef::Resource::Script - - def initialize(name, collection=nil, node=nil) - super(name, collection, node) + + def initialize(name, run_context=nil) + super @resource_name = :perl @interpreter = "perl" end end end -end \ No newline at end of file +end