# File lib/chef/resource/perl.rb, line 25
      def initialize(name, run_context=nil)
        super
        @resource_name = :perl
        @interpreter = "perl"
      end