version bump v1.00
Lukas Mai [Thu, 1 Nov 2012 16:18:39 +0000 (17:18 +0100)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index f188526..3b062d7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Function-Parameters
 
+1.00    2012-11-01
+        - add named parameters with ':$foo, :$bar' syntax
+        - rewrite documentation
+        - more tests (some of them copied from similar modules on CPAN)
+
 0.10    2012-10-21
         - add ':strict' import target
         - support $invocant: parameter syntax
index f9434da..a397246 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = 0.10_03;
+       our $VERSION = '1.00';
        XSLoader::load;
 }