From: Lukas Mai Date: Mon, 25 Jun 2012 11:35:11 +0000 (+0200) Subject: version bump X-Git-Tag: v0.07 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=4d1b715ac013093c0565f4f9e9dd3a7c0519afdc version bump --- diff --git a/Changes b/Changes index 0d40f36..b729882 100644 --- 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) diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index f915bc8..6ac86dd 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -9,7 +9,7 @@ use Carp qw(confess); use XSLoader; BEGIN { - our $VERSION = '0.06_01'; + our $VERSION = '0.07'; XSLoader::load; }