summaryrefslogtreecommitdiff
path: root/lib/chef/resource/perl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/perl.rb')
-rw-r--r--lib/chef/resource/perl.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/perl.rb b/lib/chef/resource/perl.rb
index cb741d145a..d99b409901 100644
--- a/lib/chef/resource/perl.rb
+++ b/lib/chef/resource/perl.rb
@@ -26,7 +26,6 @@ class Chef
def initialize(name, run_context=nil)
super
- @resource_name = :perl
@interpreter = "perl"
end