Line 33 of "exiftool" version 11.16 should be: sub SigInt();
However, line 30 is: use Image::ExifTool qw{:Public}; which may generate the observed message if "Open" is added to the list. It looks like you are running a modified version of "exiftool", and not the distributed 11.16 version. - Phil