Hi.
This failure appears to be in the Date_TimeZone sub, where the @tz list appears empty (or shows up with and empty element 0 in the debug window of Komodo). The "unless" block starting at line 3529 is bypassed ($OS = 'Windows'). The "foreach" block at line 3600 returns nothing (as there is nothing in the list) so the "confess" at line 3635 executes, exiting the program.
Help!