summaryrefslogtreecommitdiff
path: root/t/TestLib.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/TestLib.pm')
-rw-r--r--t/TestLib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TestLib.pm b/t/TestLib.pm
index 6caac917..9a56a5c9 100644
--- a/t/TestLib.pm
+++ b/t/TestLib.pm
@@ -378,7 +378,7 @@ sub writeCheck($$$;$$$$)
$srcfile or $srcfile = "t/images/$testname.jpg";
my ($ext) = ($srcfile =~ /\.(.+?)$/);
my $testfile = "t/${testname}_${testnum}_failed.$ext";
- my $exifTool = new Image::ExifTool;
+ my $exifTool = Image::ExifTool->new;
my @tags;
if (ref $onlyWritten eq 'ARRAY') {
@tags = @$onlyWritten;