]> git.imager.perl.org - imager.git/commitdiff
1.004_001 release v1.004_001
authorTony Cook <tony@develop-help.com>
Wed, 16 Mar 2016 08:33:17 +0000 (19:33 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 16 Mar 2016 08:33:17 +0000 (19:33 +1100)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 373fd27909bdf826051232dd5e8e97588316eb47..30d8fc5f476e849bd03d5d9b285ecb64bebc9be4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 1.004_001 - 16 Mar 2016 (Birthday release - but not my birthday)
+================
+
  - re-work the t/200-file/400-basic.t to correctly handle failures
    It's custom ok() function didn't have a prototype and didn't use scalar().
    This caused ok() to use the note instead of the value being tested when
index 20c3af78b29ca3871eef257e56bd8403cef6b025..49bbeeb2aed8d355a088cf0480593a42a702b460 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '1.004';
+  $VERSION = '1.004_001';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }