This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
Revision history for Perl extension Image::EXIF. | ||
|
||
2.01 Fri May 11 18:04:11 BST 2012 | ||
- Fix building under Perl 5.8.8 (including Red Hat 5.6) | ||
|
||
2.00 Sun May 6 16:22:04 BST 2012 | ||
- New maintainer Aaron Crane <[email protected]> | ||
- New versioning scheme: don't encode exiftags version number in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ use 5.008; | |
use strict; | ||
use warnings; | ||
|
||
our $VERSION = '2.00'; | ||
our $VERSION = '2.01'; | ||
|
||
use Carp (); | ||
|
||
|