From: Lukas Mai Date: Sun, 21 Oct 2012 17:42:56 +0000 (+0200) Subject: version bump X-Git-Tag: v0.10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e33f970b8bfb0949fc5effea46239ca92d59c2d8;p=p5sagit%2FFunction-Parameters.git version bump --- diff --git a/Changes b/Changes index 9a2172e..f188526 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Function-Parameters +0.10 2012-10-21 + - add ':strict' import target + - support $invocant: parameter syntax + 0.09 2012-10-14 - fix wrong line number for statement immediately following a function diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index f601efd..2e2f580 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.09'; + our $VERSION = '0.10'; XSLoader::load; }