The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
task :ruby_env do
  RUBY_APP = if RUBY_PLATFORM =~ /java/
    "jruby"
  else
    "ruby"
  end unless defined? RUBY_APP
end