summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/CanonVRD.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Image/ExifTool/CanonVRD.pm')
-rw-r--r--lib/Image/ExifTool/CanonVRD.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Image/ExifTool/CanonVRD.pm b/lib/Image/ExifTool/CanonVRD.pm
index 5bee205a..11da665f 100644
--- a/lib/Image/ExifTool/CanonVRD.pm
+++ b/lib/Image/ExifTool/CanonVRD.pm
@@ -23,7 +23,7 @@ use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Canon;
-$VERSION = '1.36';
+$VERSION = '1.37';
sub ProcessCanonVRD($$;$);
sub WriteCanonVRD($$;$);
@@ -2011,7 +2011,7 @@ sub ProcessCanonVRD($$;$)
$verbose and print $out " Creating CanonVRD trailer\n";
$created = 1;
}
- $raf = new File::RandomAccess($dataPt);
+ $raf = File::RandomAccess->new($dataPt);
}
# read and validate the footer
$raf->Seek(-0x40-$offset, 2) or return 0;