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/MPC.pm

    r16842 r24107  
    8282
    8383    # must first check for leading ID3 information
    84     unless ($exifTool->{DONE_ID3}) {
     84    unless ($exifTool->{DoneID3}) {
    8585        require Image::ExifTool::ID3;
    8686        Image::ExifTool::ID3::ProcessID3($exifTool, $dirInfo) and return 1;
     
    107107    } else {
    108108        $exifTool->Warn('Audio info not currently extracted from this version MPC file');
    109     } 
     109    }
    110110
    111111    # process APE trailer if it exists
     
    135135=head1 AUTHOR
    136136
    137 Copyright 2003-2007, Phil Harvey (phil at owl.phy.queensu.ca)
     137Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
    138138
    139139This library is free software; you can redistribute it and/or modify it
Note: See TracChangeset for help on using the changeset viewer.