Skip to content

Commit

Permalink
1.004_002 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Mar 20, 2016
1 parent 735b3e7 commit 2f4c453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Imager release history. Older releases can be found in Changes.old

Imager 1.004_002 - 20 Mar 2016
================

- don't use the seek() method on opened() handles in
t/200-file/400-basic.t. In older versions of perl such handles are
only IO::Handle objects, not IO::File, and don't have a seek()
Expand Down
2 changes: 1 addition & 1 deletion Imager.pm
Expand Up @@ -144,7 +144,7 @@ BEGIN {
if ($ex_version < 5.57) {
@ISA = qw(Exporter);
}
$VERSION = '1.004_001';
$VERSION = '1.004_002';
require XSLoader;
XSLoader::load(Imager => $VERSION);
}
Expand Down

0 comments on commit 2f4c453

Please sign in to comment.