Ignore:
Timestamp:
2011-06-01T12:33:42+12:00 (13 years ago)
Author:
sjm84
Message:

Updating the ExifTool perl modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/cpan/Image/ExifTool/APE.pm

    r16842 r24107  
    9696
    9797    # must first check for leading/trailing ID3 information
    98     unless ($exifTool->{DONE_ID3}) {
     98    unless ($exifTool->{DoneID3}) {
    9999        require Image::ExifTool::ID3;
    100100        Image::ExifTool::ID3::ProcessID3($exifTool, $dirInfo) and return 1;
     
    139139        my $footPos = -32;
    140140        # (...but before the ID3v1 trailer if it exists)
    141         $footPos -= 128 if $exifTool->{DONE_ID3} == 2;
     141        $footPos -= 128 if $exifTool->{DoneID3} == 2;
    142142        $raf->Seek($footPos, 2)     or return 1;
    143143        $raf->Read($buff, 32) == 32 or return 1;
     
    231231=head1 AUTHOR
    232232
    233 Copyright 2003-2007, Phil Harvey (phil at owl.phy.queensu.ca)
     233Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
    234234
    235235This library is free software; you can redistribute it and/or modify it
Note: See TracChangeset for help on using the changeset viewer.