exiftool-vendored.pl 12.70.0 → 12.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/Changes +53 -1
- package/bin/MANIFEST +5 -0
- package/bin/META.json +1 -1
- package/bin/META.yml +1 -1
- package/bin/README +11 -11
- package/bin/exiftool +47 -27
- package/bin/lib/File/RandomAccess.pm +1 -1
- package/bin/lib/File/RandomAccess.pod +2 -2
- package/bin/lib/Image/ExifTool/AAC.pm +177 -0
- package/bin/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/lib/Image/ExifTool/AFCP.pm +1 -1
- package/bin/lib/Image/ExifTool/AIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/APE.pm +1 -1
- package/bin/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/lib/Image/ExifTool/ASF.pm +1 -1
- package/bin/lib/Image/ExifTool/Apple.pm +1 -1
- package/bin/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/BuildTagLookup.pm +4 -3
- package/bin/lib/Image/ExifTool/CBOR.pm +1 -1
- package/bin/lib/Image/ExifTool/Canon.pm +22 -7
- package/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
- package/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
- package/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/lib/Image/ExifTool/Casio.pm +1 -1
- package/bin/lib/Image/ExifTool/Charset.pm +1 -1
- package/bin/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/lib/Image/ExifTool/DJI.pm +1 -1
- package/bin/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
- package/bin/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/lib/Image/ExifTool/EXE.pm +1 -1
- package/bin/lib/Image/ExifTool/Exif.pm +31 -10
- package/bin/lib/Image/ExifTool/FITS.pm +1 -1
- package/bin/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIF.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIR.pm +1 -1
- package/bin/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/lib/Image/ExifTool/FlashPix.pm +60 -7
- package/bin/lib/Image/ExifTool/Font.pm +1 -1
- package/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/lib/Image/ExifTool/FujiFilm.pm +6 -3
- package/bin/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/lib/Image/ExifTool/GIF.pm +1 -1
- package/bin/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/lib/Image/ExifTool/GPS.pm +1 -1
- package/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/lib/Image/ExifTool/Geotag.pm +1 -1
- package/bin/lib/Image/ExifTool/GoPro.pm +17 -2
- package/bin/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/lib/Image/ExifTool/HP.pm +1 -1
- package/bin/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
- package/bin/lib/Image/ExifTool/ICO.pm +1 -1
- package/bin/lib/Image/ExifTool/ID3.pm +8 -5
- package/bin/lib/Image/ExifTool/IPTC.pm +1 -1
- package/bin/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/lib/Image/ExifTool/Import.pm +1 -1
- package/bin/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/lib/Image/ExifTool/InfiRay.pm +1 -1
- package/bin/lib/Image/ExifTool/JPEG.pm +5 -2
- package/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/lib/Image/ExifTool/JSON.pm +5 -2
- package/bin/lib/Image/ExifTool/JVC.pm +3 -3
- package/bin/lib/Image/ExifTool/Jpeg2000.pm +17 -6
- package/bin/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/lib/Image/ExifTool/LNK.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/es.pm +4 -4
- package/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/fr.pm +4 -5
- package/bin/lib/Image/ExifTool/Lang/it.pm +3 -3
- package/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/sk.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/lib/Image/ExifTool/Leaf.pm +3 -3
- package/bin/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/lib/Image/ExifTool/M2TS.pm +22 -17
- package/bin/lib/Image/ExifTool/MIE.pm +3 -3
- package/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/MISB.pm +1 -1
- package/bin/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/lib/Image/ExifTool/MXF.pm +1 -1
- package/bin/lib/Image/ExifTool/MacOS.pm +1 -1
- package/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/lib/Image/ExifTool/Matroska.pm +1 -1
- package/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- package/bin/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/lib/Image/ExifTool/Nikon.pm +166 -97
- package/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/lib/Image/ExifTool/NikonCustom.pm +1 -1
- package/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
- package/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/lib/Image/ExifTool/OOXML.pm +1 -1
- package/bin/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/lib/Image/ExifTool/Olympus.pm +1 -1
- package/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
- package/bin/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/lib/Image/ExifTool/PDF.pm +1 -1
- package/bin/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/lib/Image/ExifTool/PLIST.pm +1 -1
- package/bin/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/lib/Image/ExifTool/PNG.pm +24 -2
- package/bin/lib/Image/ExifTool/PPM.pm +1 -1
- package/bin/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/lib/Image/ExifTool/Panasonic.pm +27 -2
- package/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/lib/Image/ExifTool/Pentax.pm +46 -16
- package/bin/lib/Image/ExifTool/PhaseOne.pm +4 -4
- package/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
- package/bin/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/lib/Image/ExifTool/QuickTime.pm +50 -11
- package/bin/lib/Image/ExifTool/QuickTimeStream.pl +148 -12
- package/bin/lib/Image/ExifTool/RIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/lib/Image/ExifTool/RTF.pm +1 -1
- package/bin/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/lib/Image/ExifTool/Ricoh.pm +111 -3
- package/bin/lib/Image/ExifTool/Samsung.pm +4 -3
- package/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/lib/Image/ExifTool/Shift.pl +1 -1
- package/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Sony.pm +85 -6
- package/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/lib/Image/ExifTool/TagInfoXML.pm +2 -2
- package/bin/lib/Image/ExifTool/TagLookup.pm +4878 -4830
- package/bin/lib/Image/ExifTool/TagNames.pod +11518 -11379
- package/bin/lib/Image/ExifTool/Text.pm +1 -1
- package/bin/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/lib/Image/ExifTool/Torrent.pm +1 -1
- package/bin/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/lib/Image/ExifTool/VCard.pm +1 -1
- package/bin/lib/Image/ExifTool/Validate.pm +1 -1
- package/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/lib/Image/ExifTool/WPG.pm +1 -1
- package/bin/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteExif.pl +20 -5
- package/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePNG.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteQuickTime.pl +4 -1
- package/bin/lib/Image/ExifTool/WriteRIFF.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteXMP.pl +5 -3
- package/bin/lib/Image/ExifTool/Writer.pl +87 -15
- package/bin/lib/Image/ExifTool/XISF.pm +1 -1
- package/bin/lib/Image/ExifTool/XMP.pm +19 -3
- package/bin/lib/Image/ExifTool/XMP2.pl +1 -1
- package/bin/lib/Image/ExifTool/XMPStruct.pl +1 -1
- package/bin/lib/Image/ExifTool/ZIP.pm +1 -1
- package/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/lib/Image/ExifTool.pm +35 -8
- package/bin/lib/Image/ExifTool.pod +29 -16
- package/bin/perl-Image-ExifTool.spec +9 -9
- package/bin/pp_build_exe.args +6 -5
- package/package.json +4 -5
|
@@ -613,7 +613,7 @@ GPS (Global Positioning System) meta information in EXIF data.
|
|
|
613
613
|
|
|
614
614
|
=head1 AUTHOR
|
|
615
615
|
|
|
616
|
-
Copyright 2003-
|
|
616
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
617
617
|
|
|
618
618
|
This library is free software; you can redistribute it and/or modify it
|
|
619
619
|
under the same terms as Perl itself.
|
|
@@ -2242,7 +2242,7 @@ coordinates.
|
|
|
2242
2242
|
|
|
2243
2243
|
=head1 AUTHOR
|
|
2244
2244
|
|
|
2245
|
-
Copyright 2003-
|
|
2245
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
2246
2246
|
|
|
2247
2247
|
This library is free software; you can redistribute it and/or modify it
|
|
2248
2248
|
under the same terms as Perl itself.
|
|
@@ -1492,7 +1492,7 @@ user-defined tag GPSRoll, must be active.
|
|
|
1492
1492
|
|
|
1493
1493
|
=head1 AUTHOR
|
|
1494
1494
|
|
|
1495
|
-
Copyright 2003-
|
|
1495
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1496
1496
|
|
|
1497
1497
|
This library is free software; you can redistribute it and/or modify it
|
|
1498
1498
|
under the same terms as Perl itself.
|
|
@@ -16,7 +16,7 @@ use vars qw($VERSION);
|
|
|
16
16
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
17
17
|
use Image::ExifTool::QuickTime;
|
|
18
18
|
|
|
19
|
-
$VERSION = '1.
|
|
19
|
+
$VERSION = '1.08';
|
|
20
20
|
|
|
21
21
|
sub ProcessGoPro($$$);
|
|
22
22
|
sub ProcessString($$$);
|
|
@@ -401,6 +401,21 @@ my %addUnits = (
|
|
|
401
401
|
ORIO => 'OutputOrientation',
|
|
402
402
|
UNIF => 'InputUniformity',
|
|
403
403
|
SROT => 'SensorReadoutTime',
|
|
404
|
+
# the following are ref https://exiftool.org/forum/index.php?topic=15517.0
|
|
405
|
+
CORI => { Name => 'CameraOrientation', Binary => 1, Notes => 'quaternions 0-1' },
|
|
406
|
+
AALP => { Name => 'AudioLevel', Notes => 'dBFS' },
|
|
407
|
+
GPSA => 'GPSAltitudeSystem', # (eg. 'MSLV')
|
|
408
|
+
GRAV => { Name => 'GravityVector', Binary => 1 },
|
|
409
|
+
HUES => 'PrediminantHue',
|
|
410
|
+
IORI => { Name => 'ImageOrientation', Binary => 1, Notes => 'quaternions 0-1' },
|
|
411
|
+
# LRVO - ? Part of LRV Frame Skip
|
|
412
|
+
# LRVS - ? Part of LRV Frame Skip
|
|
413
|
+
# LSKP - LRV Frame Skip
|
|
414
|
+
# MSKP - MRV Frame Skip
|
|
415
|
+
MWET => 'MicrophoneWet',
|
|
416
|
+
SCEN => 'SceneClassification', # (SNOW,URBA,INDO,WATR,VEGE,BEAC + probability)
|
|
417
|
+
WNDM => 'WindProcessing',
|
|
418
|
+
YAVG => 'LumaAverage',
|
|
404
419
|
);
|
|
405
420
|
|
|
406
421
|
# GoPro GPS5 tags (ref 2) (Hero5,Hero6)
|
|
@@ -733,7 +748,7 @@ metadata from GoPro MP4 videos.
|
|
|
733
748
|
|
|
734
749
|
=head1 AUTHOR
|
|
735
750
|
|
|
736
|
-
Copyright 2003-
|
|
751
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
737
752
|
|
|
738
753
|
This library is free software; you can redistribute it and/or modify it
|
|
739
754
|
under the same terms as Perl itself.
|
|
@@ -1123,7 +1123,7 @@ information from H.264 video streams.
|
|
|
1123
1123
|
|
|
1124
1124
|
=head1 AUTHOR
|
|
1125
1125
|
|
|
1126
|
-
Copyright 2003-
|
|
1126
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1127
1127
|
|
|
1128
1128
|
This library is free software; you can redistribute it and/or modify it
|
|
1129
1129
|
under the same terms as Perl itself.
|
|
@@ -250,7 +250,7 @@ Hewlett-Packard maker notes.
|
|
|
250
250
|
|
|
251
251
|
=head1 AUTHOR
|
|
252
252
|
|
|
253
|
-
Copyright 2003-
|
|
253
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
254
254
|
|
|
255
255
|
This library is free software; you can redistribute it and/or modify it
|
|
256
256
|
under the same terms as Perl itself.
|
|
@@ -555,7 +555,7 @@ meta information from HTML documents.
|
|
|
555
555
|
|
|
556
556
|
=head1 AUTHOR
|
|
557
557
|
|
|
558
|
-
Copyright 2003-
|
|
558
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
559
559
|
|
|
560
560
|
This library is free software; you can redistribute it and/or modify it
|
|
561
561
|
under the same terms as Perl itself.
|
|
@@ -917,7 +917,7 @@ page.
|
|
|
917
917
|
|
|
918
918
|
=head1 AUTHOR
|
|
919
919
|
|
|
920
|
-
Copyright 2003-
|
|
920
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
921
921
|
|
|
922
922
|
This library is free software; you can redistribute it and/or modify it
|
|
923
923
|
under the same terms as Perl itself.
|
|
@@ -1357,7 +1357,7 @@ data created on one device into another device's native color space.
|
|
|
1357
1357
|
|
|
1358
1358
|
=head1 AUTHOR
|
|
1359
1359
|
|
|
1360
|
-
Copyright 2003-
|
|
1360
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1361
1361
|
|
|
1362
1362
|
This library is free software; you can redistribute it and/or modify it
|
|
1363
1363
|
under the same terms as Perl itself.
|
|
@@ -121,7 +121,7 @@ information from Windows ICO (icon) and CUR (cursor) files.
|
|
|
121
121
|
|
|
122
122
|
=head1 AUTHOR
|
|
123
123
|
|
|
124
|
-
Copyright 2003-
|
|
124
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
125
125
|
|
|
126
126
|
This library is free software; you can redistribute it and/or modify it
|
|
127
127
|
under the same terms as Perl itself.
|
|
@@ -18,7 +18,7 @@ use strict;
|
|
|
18
18
|
use vars qw($VERSION);
|
|
19
19
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
20
20
|
|
|
21
|
-
$VERSION = '1.
|
|
21
|
+
$VERSION = '1.60';
|
|
22
22
|
|
|
23
23
|
sub ProcessID3v2($$$);
|
|
24
24
|
sub ProcessPrivate($$$);
|
|
@@ -825,8 +825,8 @@ my %id3v2_common = (
|
|
|
825
825
|
|
|
826
826
|
# lookup to check for existence of tags in other ID3 versions
|
|
827
827
|
my %otherTable = (
|
|
828
|
-
\%Image::ExifTool::ID3::v2_4 =>
|
|
829
|
-
\%Image::ExifTool::ID3::v2_3 =>
|
|
828
|
+
\%Image::ExifTool::ID3::v2_4 => 'Image::ExifTool::ID3::v2_3',
|
|
829
|
+
\%Image::ExifTool::ID3::v2_3 => 'Image::ExifTool::ID3::v2_4',
|
|
830
830
|
);
|
|
831
831
|
|
|
832
832
|
# ID3 Composite tags
|
|
@@ -1098,6 +1098,7 @@ sub ProcessID3v2($$$)
|
|
|
1098
1098
|
my $vers = $$dirInfo{Version};
|
|
1099
1099
|
my $verbose = $et->Options('Verbose');
|
|
1100
1100
|
my $len; # frame data length
|
|
1101
|
+
my $otherTable;
|
|
1101
1102
|
|
|
1102
1103
|
$et->VerboseDir($tagTablePtr->{GROUPS}->{1}, 0, $size);
|
|
1103
1104
|
$et->VerboseDump($dataPt, Len => $size, Start => $offset);
|
|
@@ -1144,7 +1145,9 @@ sub ProcessID3v2($$$)
|
|
|
1144
1145
|
last if $offset + $len > $size;
|
|
1145
1146
|
my $tagInfo = $et->GetTagInfo($tagTablePtr, $id);
|
|
1146
1147
|
unless ($tagInfo) {
|
|
1147
|
-
|
|
1148
|
+
if (not $otherTable and $otherTable{$tagTablePtr}) {
|
|
1149
|
+
$otherTable = GetTagTable($otherTable{$tagTablePtr});
|
|
1150
|
+
}
|
|
1148
1151
|
$tagInfo = $et->GetTagInfo($otherTable, $id) if $otherTable;
|
|
1149
1152
|
if ($tagInfo) {
|
|
1150
1153
|
$et->WarnOnce("Frame '${id}' is not valid for this ID3 version", 1);
|
|
@@ -1715,7 +1718,7 @@ other types of audio files.
|
|
|
1715
1718
|
|
|
1716
1719
|
=head1 AUTHOR
|
|
1717
1720
|
|
|
1718
|
-
Copyright 2003-
|
|
1721
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1719
1722
|
|
|
1720
1723
|
This library is free software; you can redistribute it and/or modify it
|
|
1721
1724
|
under the same terms as Perl itself.
|
|
@@ -1284,7 +1284,7 @@ image files.
|
|
|
1284
1284
|
|
|
1285
1285
|
=head1 AUTHOR
|
|
1286
1286
|
|
|
1287
|
-
Copyright 2003-
|
|
1287
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1288
1288
|
|
|
1289
1289
|
This library is free software; you can redistribute it and/or modify it
|
|
1290
1290
|
under the same terms as Perl itself.
|
|
@@ -184,7 +184,7 @@ information from ISO 9660 disk images.
|
|
|
184
184
|
|
|
185
185
|
=head1 AUTHOR
|
|
186
186
|
|
|
187
|
-
Copyright 2003-
|
|
187
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
188
188
|
|
|
189
189
|
This library is free software; you can redistribute it and/or modify it
|
|
190
190
|
under the same terms as Perl itself.
|
|
@@ -191,7 +191,7 @@ information (including artwork images) from iTunes Cover Flow files.
|
|
|
191
191
|
|
|
192
192
|
=head1 AUTHOR
|
|
193
193
|
|
|
194
|
-
Copyright 2003-
|
|
194
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
195
195
|
|
|
196
196
|
This library is free software; you can redistribute it and/or modify it
|
|
197
197
|
under the same terms as Perl itself.
|
|
@@ -348,7 +348,7 @@ stored as hash lookups of tag name/value for each SourceFile.
|
|
|
348
348
|
|
|
349
349
|
=head1 AUTHOR
|
|
350
350
|
|
|
351
|
-
Copyright 2003-
|
|
351
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
352
352
|
|
|
353
353
|
This library is free software; you can redistribute it and/or modify it
|
|
354
354
|
under the same terms as Perl itself.
|
|
@@ -258,7 +258,7 @@ them and the LargeFileSupport option is enabled.
|
|
|
258
258
|
|
|
259
259
|
=head1 AUTHOR
|
|
260
260
|
|
|
261
|
-
Copyright 2003-
|
|
261
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
262
262
|
|
|
263
263
|
This library is free software; you can redistribute it and/or modify it
|
|
264
264
|
under the same terms as Perl itself.
|
|
@@ -206,7 +206,7 @@ IJPEG SDK, used in cameras such as the P2 Pro.
|
|
|
206
206
|
|
|
207
207
|
=head1 AUTHOR
|
|
208
208
|
|
|
209
|
-
Copyright 2003-
|
|
209
|
+
Copyright 2003-2024, Marcos Del Sol Vives (marcos at orca.pet)
|
|
210
210
|
|
|
211
211
|
This library is free software; you can redistribute it and/or modify it
|
|
212
212
|
under the same terms as Perl itself.
|
|
@@ -11,7 +11,7 @@ use strict;
|
|
|
11
11
|
use vars qw($VERSION);
|
|
12
12
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
13
13
|
|
|
14
|
-
$VERSION = '1.
|
|
14
|
+
$VERSION = '1.36';
|
|
15
15
|
|
|
16
16
|
sub ProcessOcad($$$);
|
|
17
17
|
sub ProcessJPEG_HDR($$$);
|
|
@@ -335,6 +335,9 @@ sub ProcessJPEG_HDR($$$);
|
|
|
335
335
|
Name => 'NikonApp',
|
|
336
336
|
Condition => '$$valPt =~ m(\0{6}/NIKON APP$)',
|
|
337
337
|
Notes => 'contains editing information in XMP format',
|
|
338
|
+
}, {
|
|
339
|
+
Name => 'SonyHiddenData',
|
|
340
|
+
Condition => '$$valPt =~ /^\x55\x26\x11\x05\0/',
|
|
338
341
|
}, {
|
|
339
342
|
Name => 'PreviewImage',
|
|
340
343
|
Condition => '$$valPt =~ /^\xff\xd8\xff/',
|
|
@@ -765,7 +768,7 @@ segments are included in the Image::ExifTool module itself.
|
|
|
765
768
|
|
|
766
769
|
=head1 AUTHOR
|
|
767
770
|
|
|
768
|
-
Copyright 2003-
|
|
771
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
769
772
|
|
|
770
773
|
This library is free software; you can redistribute it and/or modify it
|
|
771
774
|
under the same terms as Perl itself.
|
|
@@ -2590,7 +2590,7 @@ estimated JPEG quality if requested.
|
|
|
2590
2590
|
|
|
2591
2591
|
=head1 AUTHOR
|
|
2592
2592
|
|
|
2593
|
-
Copyright 2003-
|
|
2593
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
2594
2594
|
|
|
2595
2595
|
This library is free software; you can redistribute it and/or modify it
|
|
2596
2596
|
under the same terms as Perl itself.
|
|
@@ -14,7 +14,7 @@ use vars qw($VERSION);
|
|
|
14
14
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
15
15
|
use Image::ExifTool::Import;
|
|
16
16
|
|
|
17
|
-
$VERSION = '1.
|
|
17
|
+
$VERSION = '1.06';
|
|
18
18
|
|
|
19
19
|
sub ProcessJSON($$);
|
|
20
20
|
sub ProcessTag($$$$%);
|
|
@@ -60,6 +60,9 @@ sub FoundTag($$$$%)
|
|
|
60
60
|
# avoid conflict with special table entries
|
|
61
61
|
$tag .= '!' if $Image::ExifTool::specialTags{$tag};
|
|
62
62
|
|
|
63
|
+
# use underline instead of colon if necessary in tag name
|
|
64
|
+
$tag =~ s/([A-Z]):([A-Z]{2})/${1}_$2/g;
|
|
65
|
+
|
|
63
66
|
AddTagToTable($tagTablePtr, $tag, {
|
|
64
67
|
Name => Image::ExifTool::MakeTagName($tag),
|
|
65
68
|
%flags,
|
|
@@ -176,7 +179,7 @@ information from JSON files.
|
|
|
176
179
|
|
|
177
180
|
=head1 AUTHOR
|
|
178
181
|
|
|
179
|
-
Copyright 2003-
|
|
182
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
180
183
|
|
|
181
184
|
This library is free software; you can redistribute it and/or modify it
|
|
182
185
|
under the same terms as Perl itself.
|
|
@@ -13,7 +13,7 @@ use vars qw($VERSION);
|
|
|
13
13
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
14
14
|
use Image::ExifTool::Exif;
|
|
15
15
|
|
|
16
|
-
$VERSION = '1.
|
|
16
|
+
$VERSION = '1.04';
|
|
17
17
|
|
|
18
18
|
sub ProcessJVCText($$$);
|
|
19
19
|
|
|
@@ -88,7 +88,7 @@ sub ProcessJVCText($$$)
|
|
|
88
88
|
$tagInfo = {
|
|
89
89
|
Name => "JVC_Text_$tag",
|
|
90
90
|
Unknown => 1,
|
|
91
|
-
PrintConv =>
|
|
91
|
+
PrintConv => \&Image::ExifTool::LimitLongValues,
|
|
92
92
|
};
|
|
93
93
|
# add tag information to table
|
|
94
94
|
AddTagToTable($tagTablePtr, $tag, $tagInfo);
|
|
@@ -117,7 +117,7 @@ notes.
|
|
|
117
117
|
|
|
118
118
|
=head1 AUTHOR
|
|
119
119
|
|
|
120
|
-
Copyright 2003-
|
|
120
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
121
121
|
|
|
122
122
|
This library is free software; you can redistribute it and/or modify it
|
|
123
123
|
under the same terms as Perl itself.
|
|
@@ -16,7 +16,7 @@ use strict;
|
|
|
16
16
|
use vars qw($VERSION);
|
|
17
17
|
use Image::ExifTool qw(:DataAccess :Utils);
|
|
18
18
|
|
|
19
|
-
$VERSION = '1.
|
|
19
|
+
$VERSION = '1.37';
|
|
20
20
|
|
|
21
21
|
sub ProcessJpeg2000Box($$$);
|
|
22
22
|
sub ProcessJUMD($$$);
|
|
@@ -854,6 +854,17 @@ sub ProcessJUMD($$$)
|
|
|
854
854
|
return 1;
|
|
855
855
|
}
|
|
856
856
|
|
|
857
|
+
#------------------------------------------------------------------------------
|
|
858
|
+
# Warn about error in Brotli compression/decompression
|
|
859
|
+
# Inputs: 0) ExifTool ref, 1) box type, 2) true for decoding (Uncompress)
|
|
860
|
+
sub BrotliWarn($$;$)
|
|
861
|
+
{
|
|
862
|
+
my ($et, $type, $uncompress) = @_;
|
|
863
|
+
my ($enc, $mod) = $uncompress ? qw(decoding Uncompress) : qw(encoding Compress);
|
|
864
|
+
$et->WarnOnce("Error $enc '${type}' brob box");
|
|
865
|
+
$et->WarnOnce("Try updating to IO::${mod}::Brotli 0.004 or later");
|
|
866
|
+
}
|
|
867
|
+
|
|
857
868
|
#------------------------------------------------------------------------------
|
|
858
869
|
# Create new JPEG 2000 boxes when writing
|
|
859
870
|
# (Currently only supports adding top-level Writable JPEG2000 tags and certain UUID boxes)
|
|
@@ -909,7 +920,7 @@ sub CreateNewBoxes($$)
|
|
|
909
920
|
my $compressed;
|
|
910
921
|
eval { $compressed = IO::Compress::Brotli::bro($pad . $newdir) };
|
|
911
922
|
if ($@ or not $compressed) {
|
|
912
|
-
$et
|
|
923
|
+
BrotliWarn($et, $dirName);
|
|
913
924
|
} else {
|
|
914
925
|
$et->VPrint(0, " Writing Brotli-compressed $dir\n");
|
|
915
926
|
$newdir = $compressed;
|
|
@@ -1248,7 +1259,7 @@ sub ProcessJpeg2000Box($$$)
|
|
|
1248
1259
|
my $compressed;
|
|
1249
1260
|
eval { $compressed = IO::Compress::Brotli::bro($pad . $newdir) };
|
|
1250
1261
|
if ($@ or not $compressed) {
|
|
1251
|
-
$et
|
|
1262
|
+
BrotliWarn($et, $boxID);
|
|
1252
1263
|
} else {
|
|
1253
1264
|
$et->VPrint(0, " Writing Brotli-compressed $boxID\n");
|
|
1254
1265
|
$newdir = $boxID . $compressed;
|
|
@@ -1389,7 +1400,7 @@ sub ProcessBrotli($$$)
|
|
|
1389
1400
|
my $verbose = $isWriting ? 0 : $et->Options('Verbose');
|
|
1390
1401
|
my $dat = substr($$dataPt, 4);
|
|
1391
1402
|
eval { $dat = IO::Uncompress::Brotli::unbro($dat, 100000000) };
|
|
1392
|
-
$@ and $et
|
|
1403
|
+
$@ and BrotliWarn($et, $type, 1), return 1;
|
|
1393
1404
|
$verbose > 2 and $et->VerboseDump(\$dat, Prefix => $$et{INDENT} . ' ');
|
|
1394
1405
|
my %dirInfo = ( DataPt => \$dat );
|
|
1395
1406
|
if ($type eq 'xml ') {
|
|
@@ -1422,7 +1433,7 @@ sub ProcessBrotli($$$)
|
|
|
1422
1433
|
# rewrite as uncompressed if Compress option is set to 0 (or '')
|
|
1423
1434
|
return $dat if defined $compress and not $compress;
|
|
1424
1435
|
eval { $dat = IO::Compress::Brotli::bro($dat) };
|
|
1425
|
-
$@ and $et
|
|
1436
|
+
$@ and BrotliWarn($et, $type), return undef;
|
|
1426
1437
|
$et->VPrint(0, " Writing Brotli-compressed $type\n");
|
|
1427
1438
|
return $type . $dat;
|
|
1428
1439
|
}
|
|
@@ -1620,7 +1631,7 @@ files.
|
|
|
1620
1631
|
|
|
1621
1632
|
=head1 AUTHOR
|
|
1622
1633
|
|
|
1623
|
-
Copyright 2003-
|
|
1634
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1624
1635
|
|
|
1625
1636
|
This library is free software; you can redistribute it and/or modify it
|
|
1626
1637
|
under the same terms as Perl itself.
|
|
@@ -3252,7 +3252,7 @@ interpret Kodak maker notes EXIF meta information.
|
|
|
3252
3252
|
|
|
3253
3253
|
=head1 AUTHOR
|
|
3254
3254
|
|
|
3255
|
-
Copyright 2003-
|
|
3255
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
3256
3256
|
|
|
3257
3257
|
This library is free software; you can redistribute it and/or modify it
|
|
3258
3258
|
under the same terms as Perl itself.
|
|
@@ -152,7 +152,7 @@ meta information from Kyocera Contax N Digital RAW images.
|
|
|
152
152
|
|
|
153
153
|
=head1 AUTHOR
|
|
154
154
|
|
|
155
|
-
Copyright 2003-
|
|
155
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
156
156
|
|
|
157
157
|
This library is free software; you can redistribute it and/or modify it
|
|
158
158
|
under the same terms as Perl itself.
|
|
@@ -147,7 +147,7 @@ metadata from Leica Image File (LIF) images.
|
|
|
147
147
|
|
|
148
148
|
=head1 AUTHOR
|
|
149
149
|
|
|
150
|
-
Copyright 2003-
|
|
150
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
151
151
|
|
|
152
152
|
This library is free software; you can redistribute it and/or modify it
|
|
153
153
|
under the same terms as Perl itself.
|
|
@@ -703,7 +703,7 @@ information MS Shell Link (Windows shortcut) files.
|
|
|
703
703
|
|
|
704
704
|
=head1 AUTHOR
|
|
705
705
|
|
|
706
|
-
Copyright 2003-
|
|
706
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
707
707
|
|
|
708
708
|
This library is free software; you can redistribute it and/or modify it
|
|
709
709
|
under the same terms as Perl itself.
|
|
@@ -1570,7 +1570,7 @@ and values.
|
|
|
1570
1570
|
|
|
1571
1571
|
=head1 AUTHOR
|
|
1572
1572
|
|
|
1573
|
-
Copyright 2003-
|
|
1573
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1574
1574
|
|
|
1575
1575
|
This library is free software; you can redistribute it and/or modify it
|
|
1576
1576
|
under the same terms as Perl itself.
|
|
@@ -8702,7 +8702,7 @@ and values.
|
|
|
8702
8702
|
|
|
8703
8703
|
=head1 AUTHOR
|
|
8704
8704
|
|
|
8705
|
-
Copyright 2003-
|
|
8705
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
8706
8706
|
|
|
8707
8707
|
This library is free software; you can redistribute it and/or modify it
|
|
8708
8708
|
under the same terms as Perl itself.
|
|
@@ -989,7 +989,7 @@ and values.
|
|
|
989
989
|
|
|
990
990
|
=head1 AUTHOR
|
|
991
991
|
|
|
992
|
-
Copyright 2003-
|
|
992
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
993
993
|
|
|
994
994
|
This library is free software; you can redistribute it and/or modify it
|
|
995
995
|
under the same terms as Perl itself.
|
|
@@ -1032,7 +1032,7 @@ and values.
|
|
|
1032
1032
|
|
|
1033
1033
|
=head1 AUTHOR
|
|
1034
1034
|
|
|
1035
|
-
Copyright 2003-
|
|
1035
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1036
1036
|
|
|
1037
1037
|
This library is free software; you can redistribute it and/or modify it
|
|
1038
1038
|
under the same terms as Perl itself.
|
|
@@ -1980,10 +1980,10 @@ $VERSION = '1.16';
|
|
|
1980
1980
|
'IPTCPixelHeight' => 'Tamaño Pixel Perpendicular a Dirección Escaneo',
|
|
1981
1981
|
'IPTCPixelWidth' => 'Tamaño Pixel en Dirección Escaneo',
|
|
1982
1982
|
'ISO' => 'Ratio Velocidad ISO',
|
|
1983
|
-
'
|
|
1983
|
+
'ISOAutoMinSpeed' => {
|
|
1984
1984
|
PrintConv => {
|
|
1985
|
-
'Fast' => '
|
|
1986
|
-
'Standard' => '
|
|
1985
|
+
'Auto Fast' => 'Auto-rápido',
|
|
1986
|
+
'Auto Standard' => 'Auto-estándar',
|
|
1987
1987
|
},
|
|
1988
1988
|
},
|
|
1989
1989
|
'ISOExpansion' => {
|
|
@@ -4005,7 +4005,7 @@ and values.
|
|
|
4005
4005
|
|
|
4006
4006
|
=head1 AUTHOR
|
|
4007
4007
|
|
|
4008
|
-
Copyright 2003-
|
|
4008
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
4009
4009
|
|
|
4010
4010
|
This library is free software; you can redistribute it and/or modify it
|
|
4011
4011
|
under the same terms as Perl itself.
|
|
@@ -2878,7 +2878,7 @@ and values.
|
|
|
2878
2878
|
|
|
2879
2879
|
=head1 AUTHOR
|
|
2880
2880
|
|
|
2881
|
-
Copyright 2003-
|
|
2881
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
2882
2882
|
|
|
2883
2883
|
This library is free software; you can redistribute it and/or modify it
|
|
2884
2884
|
under the same terms as Perl itself.
|
|
@@ -5881,11 +5881,10 @@ $VERSION = '1.36';
|
|
|
5881
5881
|
'ISOAutoMax' => 'ISO Auto maximum',
|
|
5882
5882
|
'ISOAutoMin' => 'ISO Auto minimum',
|
|
5883
5883
|
'ISOAutoOffset' => 'Décalage automatique de l\'ISO',
|
|
5884
|
-
'
|
|
5885
|
-
Description => 'Paramètres de l\'ISO Auto',
|
|
5884
|
+
'ISOAutoMinSpeed' => {
|
|
5886
5885
|
PrintConv => {
|
|
5887
|
-
'Fast' => '
|
|
5888
|
-
'Slow' => '
|
|
5886
|
+
'Auto Fast' => 'Auto rapide',
|
|
5887
|
+
'Auto Slow' => 'Auto lent',
|
|
5889
5888
|
},
|
|
5890
5889
|
},
|
|
5891
5890
|
'ISOExpansion' => {
|
|
@@ -11271,7 +11270,7 @@ and values.
|
|
|
11271
11270
|
|
|
11272
11271
|
=head1 AUTHOR
|
|
11273
11272
|
|
|
11274
|
-
Copyright 2003-
|
|
11273
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
11275
11274
|
|
|
11276
11275
|
This library is free software; you can redistribute it and/or modify it
|
|
11277
11276
|
under the same terms as Perl itself.
|
|
@@ -3613,10 +3613,10 @@ $VERSION = '1.14';
|
|
|
3613
3613
|
'Off' => 'Spento',
|
|
3614
3614
|
},
|
|
3615
3615
|
},
|
|
3616
|
-
'
|
|
3616
|
+
'ISOAutoMinSpeed' => {
|
|
3617
3617
|
Description => 'Parametri ISO auto',
|
|
3618
3618
|
PrintConv => {
|
|
3619
|
-
'Fast' => '
|
|
3619
|
+
'Auto Fast' => 'Auto veloce',
|
|
3620
3620
|
},
|
|
3621
3621
|
},
|
|
3622
3622
|
'ISODisplay' => {
|
|
@@ -7903,7 +7903,7 @@ and values.
|
|
|
7903
7903
|
|
|
7904
7904
|
=head1 AUTHOR
|
|
7905
7905
|
|
|
7906
|
-
Copyright 2003-
|
|
7906
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
7907
7907
|
|
|
7908
7908
|
This library is free software; you can redistribute it and/or modify it
|
|
7909
7909
|
under the same terms as Perl itself.
|
|
@@ -5841,7 +5841,7 @@ and values.
|
|
|
5841
5841
|
|
|
5842
5842
|
=head1 AUTHOR
|
|
5843
5843
|
|
|
5844
|
-
Copyright 2003-
|
|
5844
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
5845
5845
|
|
|
5846
5846
|
This library is free software; you can redistribute it and/or modify it
|
|
5847
5847
|
under the same terms as Perl itself.
|
|
@@ -2316,7 +2316,7 @@ and values.
|
|
|
2316
2316
|
|
|
2317
2317
|
=head1 AUTHOR
|
|
2318
2318
|
|
|
2319
|
-
Copyright 2003-
|
|
2319
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
2320
2320
|
|
|
2321
2321
|
This library is free software; you can redistribute it and/or modify it
|
|
2322
2322
|
under the same terms as Perl itself.
|
|
@@ -3208,7 +3208,7 @@ and values.
|
|
|
3208
3208
|
|
|
3209
3209
|
=head1 AUTHOR
|
|
3210
3210
|
|
|
3211
|
-
Copyright 2003-
|
|
3211
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
3212
3212
|
|
|
3213
3213
|
This library is free software; you can redistribute it and/or modify it
|
|
3214
3214
|
under the same terms as Perl itself.
|
|
@@ -1258,7 +1258,7 @@ and values.
|
|
|
1258
1258
|
|
|
1259
1259
|
=head1 AUTHOR
|
|
1260
1260
|
|
|
1261
|
-
Copyright 2003-
|
|
1261
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1262
1262
|
|
|
1263
1263
|
This library is free software; you can redistribute it and/or modify it
|
|
1264
1264
|
under the same terms as Perl itself.
|
|
@@ -5718,7 +5718,7 @@ and values.
|
|
|
5718
5718
|
|
|
5719
5719
|
=head1 AUTHOR
|
|
5720
5720
|
|
|
5721
|
-
Copyright 2003-
|
|
5721
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
5722
5722
|
|
|
5723
5723
|
This library is free software; you can redistribute it and/or modify it
|
|
5724
5724
|
under the same terms as Perl itself.
|
|
@@ -1789,7 +1789,7 @@ and values.
|
|
|
1789
1789
|
|
|
1790
1790
|
=head1 AUTHOR
|
|
1791
1791
|
|
|
1792
|
-
Copyright 2003-
|
|
1792
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
1793
1793
|
|
|
1794
1794
|
This library is free software; you can redistribute it and/or modify it
|
|
1795
1795
|
under the same terms as Perl itself.
|
|
@@ -620,7 +620,7 @@ and values.
|
|
|
620
620
|
|
|
621
621
|
=head1 AUTHOR
|
|
622
622
|
|
|
623
|
-
Copyright 2003-
|
|
623
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
624
624
|
|
|
625
625
|
This library is free software; you can redistribute it and/or modify it
|
|
626
626
|
under the same terms as Perl itself.
|
|
@@ -528,7 +528,7 @@ and values.
|
|
|
528
528
|
|
|
529
529
|
=head1 AUTHOR
|
|
530
530
|
|
|
531
|
-
Copyright 2003-
|
|
531
|
+
Copyright 2003-2024, Phil Harvey (philharvey66 at gmail.com)
|
|
532
532
|
|
|
533
533
|
This library is free software; you can redistribute it and/or modify it
|
|
534
534
|
under the same terms as Perl itself.
|