From 8b83058b69d54de89097e782b0a77cfa1bdd8b01 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 25 Jan 2019 15:16:08 +0100 Subject: [PATCH] Perl rclimg: do call use Image::Exiftool So that the packer can do its job on Windows --- src/filters/rclimg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters/rclimg b/src/filters/rclimg index 571f72ab..f6b2739b 100755 --- a/src/filters/rclimg +++ b/src/filters/rclimg @@ -140,7 +140,7 @@ sub readparam { # JFD: replaced the "use" call with a runtime load with error checking, # for compat with the missing filter detection code. -#use Image::ExifTool qw(:Public); +use Image::ExifTool qw(:Public); eval {require Image::ExifTool; Image::ExifTool->import(qw(:Public));}; if ($@) { print "RECFILTERROR HELPERNOTFOUND Perl::Image::ExifTool\n";