From: Lukas Mai Date: Wed, 18 Jul 2012 22:43:31 +0000 (+0200) Subject: version bump X-Git-Tag: v0.08 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=b2af7762dbf529fe0fb2e78f45f9d33df3e1870a version bump --- diff --git a/Changes b/Changes index b729882..c5c40f6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Function-Parameters +0.08 2012-07-19 + - support UTF-8 in function/parameter names + - better detection of invalid prototypes + 0.07 2012-06-25 - completely rework internals to generate optrees directly (no more generating/reparsing source) diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 6ac86dd..b01fbc9 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.07'; + our $VERSION = '0.08'; XSLoader::load; }