version bump v1.0003
Lukas Mai [Mon, 19 Nov 2012 19:18:32 +0000 (20:18 +0100)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index 3b062d7..ab7cda0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Function-Parameters
 
+1.0003  2012-11-19
+        - clean up internals
+        - fix build errors on some platforms
+        - fix module metadata
+        - some more tests
+
 1.00    2012-11-01
         - add named parameters with ':$foo, :$bar' syntax
         - rewrite documentation
index 69078dc..4bcec7e 100644 (file)
@@ -8,9 +8,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.00_01';
-       our $XS_VERSION = $VERSION;
-       $VERSION = eval $VERSION;
+       our $VERSION = '1.0003';
        XSLoader::load;
 }