OK, I've officially hit a wall here.
Whenever I try to use the VMware::VICredStore I get an error:
Use of inherited AUTOLOAD for non-method VICredStore::init() is deprecated at shutdownvms.pl line 44.
Undefined subroutine &VICredStore::init called at shutdownvms.pl line 44
Line 45 is simply:
VICredStore::init(filename => $credstore) or die ("ERROR: Unable to initialize Credential Store.\n");
I've searched the VMware Community, I've searched Google, I can't figure this one out.
Anyone have any idea what the problem is?