Bug#932210: libimage-exiftool-perl: Exiftool does not start

Phil Harvey phil at owl.phy.queensu.ca
Tue Jul 16 16:42:38 BST 2019


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


More information about the pkg-perl-maintainers mailing list