summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/BuildTagLookup.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Image/ExifTool/BuildTagLookup.pm')
-rw-r--r--lib/Image/ExifTool/BuildTagLookup.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Image/ExifTool/BuildTagLookup.pm b/lib/Image/ExifTool/BuildTagLookup.pm
index f413e896..446496cb 100644
--- a/lib/Image/ExifTool/BuildTagLookup.pm
+++ b/lib/Image/ExifTool/BuildTagLookup.pm
@@ -35,7 +35,7 @@ use Image::ExifTool::Sony;
use Image::ExifTool::Validate;
use Image::ExifTool::MacOS;
-$VERSION = '3.40';
+$VERSION = '3.41';
@ISA = qw(Exporter);
sub NumbersFirst($$);
@@ -633,7 +633,8 @@ overlapping EXIF, IPTC and XMP tags to be reconciled when reading, and
synchronized when writing. The MWG Composite tags below are designed to aid
in the implementation of these recommendations. As well, the MWG defines
new XMP tags which are listed in the subsequent tables below. See
-L<http://www.metadataworkinggroup.org/> for the official MWG specification.
+L<https://web.archive.org/web/20181006115950/http://www.metadataworkinggroup.org/specs/>
+for the official MWG specification.
},
MacOS => q{
On MacOS systems, the there are additional MDItem and XAttr Finder tags that
@@ -656,7 +657,7 @@ L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
~head1 AUTHOR
-Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com)
+Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
@@ -2731,7 +2732,7 @@ Returned list of writable pseudo tags.
=head1 AUTHOR
-Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com)
+Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.