version bump full-nelson-ops v0.07
Lukas Mai [Mon, 25 Jun 2012 11:35:11 +0000 (13:35 +0200)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index 0d40f36..b729882 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,8 @@
 Revision history for Function-Parameters
 
-0.06_01 2012-06-24
+0.07    2012-06-25
         - completely rework internals to generate optrees directly
-        - no more reparsing source
+          (no more generating/reparsing source)
         - simplify / fewer dependencies
         - new feature: default arguments (on by default)
         - new feature: strict argument count checks (off by default)
index f915bc8..6ac86dd 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.06_01';
+       our $VERSION = '0.07';
        XSLoader::load;
 }