I am running kde 2011.09
Here are the first 33 lines of the script
#!/usr/bin/perl -w
# If your copy of perl is not in /usr/bin, please adjust the line above.
#
# Copyright 1998-2010 VMware, Inc. All rights reserved.
#
# Tar package manager for VMware
use strict;
# Use Config module to update VMware host-wide configuration file
# BEGINNING_OF_CONFIG_DOT_PM
# END_OF_CONFIG_DOT_PM
# BEGINNING_OF_UTIL_DOT_PL
#!/usr/bin/perl
use strict;
no warnings 'once'; # Warns about use of Config::Config in config.pl
# A list of known open-vmware tools packages
#
my @cOpenVMToolsRPMPackages = ("vmware-kmp-debug",
"vmware-kmp-default",
"vmware-kmp-pae",
"vmware-kmp-trace",
"vmware-guest-kmp-debug",
"vmware-guest-kmp-default",
"vmware-guest-kmp-desktop",
"vmware-guest-kmp-pae",
"open-vm-tools-gui",
"open-vm-tools",
"libvmtools-devel",
"libvmtools0");