version bump v1.0004
Lukas Mai [Mon, 26 Nov 2012 04:30:18 +0000 (05:30 +0100)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index ab7cda0..600289f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Function-Parameters
 
+1.0004  2012-11-26
+        - fix test relying on hash ordering
+
 1.0003  2012-11-19
         - clean up internals
         - fix build errors on some platforms
index 4bcec7e..59d9bdc 100644 (file)
@@ -8,7 +8,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.0003';
+       our $VERSION = '1.0004';
        XSLoader::load;
 }